NexSDK
GitHub
Coding Standards
Preparing search index...
ApiError
Class ApiError
Hierarchy
Error
ApiError
Index
Constructors
constructor
Properties
code
field?
request
Id?
status?
Methods
is
Conflict
is
Forbidden
is
Not
Found
is
Server
Error
is
Unauthorised
is
Validation
Constructors
constructor
new
ApiError
(
code
:
string
,
message
:
string
,
field
?:
string
,
requestId
?:
string
,
status
?:
number
,
)
:
ApiError
Parameters
code
:
string
message
:
string
Optional
field
:
string
Optional
requestId
:
string
Optional
status
:
number
Returns
ApiError
Properties
Readonly
code
code
:
string
Optional
Readonly
field
field
?:
string
Optional
Readonly
request
Id
requestId
?:
string
Optional
Readonly
status
status
?:
number
Methods
is
Conflict
isConflict
()
:
boolean
Returns
boolean
is
Forbidden
isForbidden
()
:
boolean
Returns
boolean
is
Not
Found
isNotFound
()
:
boolean
Returns
boolean
is
Server
Error
isServerError
()
:
boolean
Returns
boolean
is
Unauthorised
isUnauthorised
()
:
boolean
Returns
boolean
is
Validation
isValidation
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
field
request
Id
status
Methods
is
Conflict
is
Forbidden
is
Not
Found
is
Server
Error
is
Unauthorised
is
Validation
GitHub
Coding Standards
NexSDK
Loading...