Typescript SDK Type Docs
Preparing search index...
Checkout API SDK
IErrorObject
Interface IErrorObject
interface
IErrorObject
{
code
:
string
;
message
:
string
;
}
Hierarchy (
View Summary
)
IErrorObject
ConcurrentModificationError
ConnectorFailedError
DuplicateFieldWithConflictingResourceError
GeneralError
InvalidFieldError
InvalidInputError
InvalidJsonInputError
InvalidOperationError
MaxResourceLimitExceededError
MissingProjectKeyError
MultipleActionsNotAllowedError
PaymentFailureError
ReferencedResourceNotFoundError
RequiredFieldError
ResourceNotFoundError
ServiceUnavailableError
SyntaxErrorError
Index
Properties
code
message
Properties
Readonly
code
code
:
string
Error identifier.
Readonly
message
message
:
string
Plain text description of the cause of the error.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
Typescript SDK Type Docs
Loading...
Error identifier.