@sumup/sdk
Preparing search index...
import
APIError
Class APIError<T>
Type Parameters
T
Hierarchy (
View Summary
)
SumUpError
APIError
Index
Constructors
constructor
Properties
cause?
error
message
name
response
stack?
status
Constructors
constructor
new
APIError
<
T
>
(
status
:
number
,
error
:
string
|
T
,
response
:
Response
,
)
:
APIError
<
T
>
Type Parameters
T
Parameters
status
:
number
error
:
string
|
T
response
:
Response
Returns
APIError
<
T
>
Properties
Optional
cause
cause
?:
unknown
Readonly
error
error
:
string
|
T
message
message
:
string
name
name
:
string
Readonly
response
response
:
Response
Optional
stack
stack
?:
string
Readonly
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cause
error
message
name
response
stack
status
@sumup/sdk
Loading...