@creator.co/wapi - v1.8.1
Preparing search index...
src/API/Response
ResponseErrorType
Type Alias ResponseErrorType
Represents an error response from an API.
type
ResponseErrorType
=
{
err
:
string
;
errCode
?:
string
;
}
Index
Properties
err
err
Code?
Properties
err
err
:
string
The error message.
Optional
err
Code
errCode
?:
string
The error code, if available.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
err
err
Code
@creator.co/wapi - v1.8.1
Loading...
Represents an error response from an API.