MalInt
Preparing search index...
errors
InvalidResponseError
Interface InvalidResponseError
Returned when the forge API response is missing expected fields.
interface
InvalidResponseError
{
detail
?:
string
;
message
:
string
;
type
:
"invalidResponse"
;
}
Index
Properties
detail?
message
type
Properties
Optional
detail
detail
?:
string
message
message
:
string
type
type
:
"invalidResponse"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detail
message
type
MalInt
Loading...
Returned when the forge API response is missing expected fields.