ApiError
Defined in: errors/index.ts:6
Interface representing the generic shape of an API error.
Properties
Section titled “Properties”code:
string
Defined in: errors/index.ts:7
message
Section titled “message”message:
NullishType<string>
Defined in: errors/index.ts:8
details
Section titled “details”details:
NullishType<Map<string,string>>
Defined in: errors/index.ts:9