Teleforge API Reference - v0.1.0
Preparing search index...
bff/src
BffContextError
Class BffContextError
Hierarchy (
View Summary
)
BffError
BffContextError
Index
Accessors
status
Constructors
constructor
Methods
to
JSON
from
Code
Properties
cause?
fields?
meta?
status
Code
code
Accessors
status
get
status
()
:
number
Returns
number
Constructors
constructor
new
BffContextError
(
code
:
BffContextErrorCode
,
status
:
number
,
message
?:
string
,
meta
?:
Record
<
string
,
unknown
>
,
)
:
BffContextError
Parameters
code
:
BffContextErrorCode
status
:
number
Optional
message
:
string
Optional
meta
:
Record
<
string
,
unknown
>
Returns
BffContextError
Methods
to
JSON
toJSON
(
requestId
:
string
,
timestamp
?:
string
)
:
ErrorResponse
Parameters
requestId
:
string
timestamp
:
string
= ...
Returns
ErrorResponse
Static
from
Code
fromCode
(
code
:
BffErrorCode
,
options
?:
BffErrorOptions
)
:
BffError
Parameters
code
:
BffErrorCode
options
:
BffErrorOptions
= {}
Returns
BffError
Properties
Optional
Readonly
cause
cause
?:
unknown
Optional
Readonly
fields
fields
?:
readonly
FieldError
[]
Optional
Readonly
meta
meta
?:
Record
<
string
,
unknown
>
Readonly
status
Code
statusCode
:
number
Readonly
code
code
:
BffErrorCode
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Accessors
status
Constructors
constructor
Methods
to
JSON
from
Code
Properties
cause
fields
meta
status
Code
code
Teleforge API Reference - v0.1.0
Loading...