@halix/action-sdk
Preparing search index...
ErrorResponse
Interface ErrorResponse
ErrorResponse is an interface defining the properties of an error response.
interface
ErrorResponse
{
errorMessage
:
string
;
responseType
:
"error"
;
}
Index
Properties
error
Message
response
Type
Properties
error
Message
errorMessage
:
string
response
Type
responseType
:
"error"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
Message
response
Type
@halix/action-sdk
Loading...
ErrorResponse is an interface defining the properties of an error response.