FileMaker Data API Tools API - v1.2.0
Preparing search index...
services/errors
FMClientError
Class FMClientError
Hierarchy
Error
FMClientError
Index
Constructors
constructor
Properties
status?
code?
details?
request
Id?
endpoint?
safe
Headers?
kind?
is
Retryable
Methods
to
Normalized
Constructors
constructor
new
FMClientError
(
message
:
string
,
options
?:
{
status
?:
number
;
code
?:
string
;
details
?:
unknown
;
requestId
?:
string
;
endpoint
?:
string
;
safeHeaders
?:
Record
<
string
,
string
>
;
kind
?:
NormalizedErrorKind
;
isRetryable
?:
boolean
;
}
,
)
:
FMClientError
Parameters
message
:
string
Optional
options
:
{
status
?:
number
;
code
?:
string
;
details
?:
unknown
;
requestId
?:
string
;
endpoint
?:
string
;
safeHeaders
?:
Record
<
string
,
string
>
;
kind
?:
NormalizedErrorKind
;
isRetryable
?:
boolean
;
}
Returns
FMClientError
Properties
Optional
Readonly
status
status
?:
number
Optional
Readonly
code
code
?:
string
Optional
Readonly
details
details
?:
unknown
Optional
Readonly
request
Id
requestId
?:
string
Optional
Readonly
endpoint
endpoint
?:
string
Optional
Readonly
safe
Headers
safeHeaders
?:
Record
<
string
,
string
>
Optional
Readonly
kind
kind
?:
NormalizedErrorKind
Readonly
is
Retryable
isRetryable
:
boolean
Methods
to
Normalized
toNormalized
()
:
NormalizedError
Returns
NormalizedError
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
status
code
details
request
Id
endpoint
safe
Headers
kind
is
Retryable
Methods
to
Normalized
FileMaker Data API Tools API - v1.2.0
Loading...