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