Preparing search index...
The search index is not available
@evlt/apix
@evlt/apix
apix
utils
Variable utils
Const
utils
:
{
makeApiXErrorResponse
:
(
(
message
:
string
)
=>
ApiXJsonDictionary
<
unknown
>
)
;
}
= ...
Type declaration
make
ApiXError
Response
:
(
(
message
:
string
)
=>
ApiXJsonDictionary
<
unknown
>
)
(
message
)
:
ApiXJsonDictionary
<
unknown
>
Creates an error response to return to clients.
Parameters
message
:
string
Error text message.
Returns
ApiXJsonDictionary
<
unknown
>
Error JSON Dictionary.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@evlt/apix
Loading...
Creates an error response to return to clients.