@musallam/firefly-client
Preparing search index...
FireflyApiClient
ValidationErrorResponse
Interface ValidationErrorResponse
interface
ValidationErrorResponse
{
error_code
?:
string
;
message
?:
string
;
validation_errors
?:
ValidationErrorDetail
[]
;
}
Index
Properties
error_
code?
message?
validation_
errors?
Properties
Optional
error_
code
error_code
?:
string
Optional
message
message
?:
string
Human-readable error description.
Optional
validation_
errors
validation_errors
?:
ValidationErrorDetail
[]
List of field-level validation errors.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error_
code
message
validation_
errors
@musallam/firefly-client
Loading...
Human-readable error description.