adobe-firefly-sdk
Preparing search index...
firefly/src/sdk
ApiError
Type Alias ApiError
ApiError
The error within the error response.
type
ApiError
=
{
error_code
:
ColligoErrorCodeAsyncV3
;
message
?:
string
;
stack_trace
?:
string
[]
;
validation_errors
?:
ValidationErrorMessage
[]
;
}
Index
Properties
error_
code
message?
stack_
trace?
validation_
errors?
Properties
error_
code
error_code
:
ColligoErrorCodeAsyncV3
Optional
message
message
?:
string
Message
Optional
stack_
trace
stack_trace
?:
string
[]
Stack Trace
Optional
validation_
errors
validation_errors
?:
ValidationErrorMessage
[]
Validation Errors
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error_
code
message
stack_
trace
validation_
errors
adobe-firefly-sdk
Loading...
ApiError
The error within the error response.