@musallam/firefly-client
Preparing search index...
FireflyApiClient
ApiError
Interface ApiError
The error within the error response.
interface
ApiError
{
error_code
:
FireflyApiClient
.
ColligoErrorCodeAsyncV3
;
message
?:
string
;
stack_trace
?:
string
[]
;
validation_errors
?:
ValidationErrorMessage
[]
;
}
Index
Properties
error_
code
message?
stack_
trace?
validation_
errors?
Properties
error_
code
error_code
:
FireflyApiClient
.
ColligoErrorCodeAsyncV3
Optional
message
message
?:
string
Optional
stack_
trace
stack_trace
?:
string
[]
Optional
validation_
errors
validation_errors
?:
ValidationErrorMessage
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error_
code
message
stack_
trace
validation_
errors
@musallam/firefly-client
Loading...
The error within the error response.