Exception: Bigid::Bgcheck::InternalError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Bigid::Bgcheck::InternalError
show all
- Defined in:
- lib/bigid/bgcheck/internal_error.rb
Constant Summary
collapse
- HTTP_STATUS =
400
- STATUS =
"internal_error"
- STATUS_CODE =
"-1101"
Instance Method Summary
collapse
Methods inherited from BaseError
default_message, #initialize, underscore
Instance Method Details
#http_status ⇒ Object
10
11
12
|
# File 'lib/bigid/bgcheck/internal_error.rb', line 10
def http_status
HTTP_STATUS
end
|
#status ⇒ Object
14
15
16
|
# File 'lib/bigid/bgcheck/internal_error.rb', line 14
def status
STATUS
end
|
#status_code ⇒ Object
18
19
20
|
# File 'lib/bigid/bgcheck/internal_error.rb', line 18
def status_code
STATUS_CODE
end
|