@cashu/cashu-ts
Preparing search index...
ApiError
Type Alias ApiError
Cashu api error.
type
ApiError
=
{
code
?:
number
;
detail
?:
string
;
error
?:
string
;
}
Index
Properties
code?
detail?
error?
Properties
Optional
code
code
?:
number
HTTP error code.
Optional
detail
detail
?:
string
Detailed error message.
Optional
error
error
?:
string
Error message.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
detail
error
@cashu/cashu-ts
Loading...
Cashu api error.