@sumup/sdk
Preparing search index...
SumUp
Checkouts
DetailsError
Type Alias DetailsError
Error message structure.
type
DetailsError
=
{
details
?:
string
;
failed_constraints
?:
{
message
?:
string
;
reference
?:
string
}
[]
;
status
?:
number
;
title
?:
string
;
}
Index
Properties
details?
failed_
constraints?
status?
title?
Properties
Optional
details
details
?:
string
Details of the error.
Optional
failed_
constraints
failed_constraints
?:
{
message
?:
string
;
reference
?:
string
}
[]
Optional
status
status
?:
number
The status code.
Optional
title
title
?:
string
Short title of the error.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
details
failed_
constraints
status
title
@sumup/sdk
Loading...
Error message structure.