zibri
Preparing search index...
open-api/decorators/response.decorator
Response
error
Function error
error
(
status
:
ExcludeStrict
<
HttpStatus
,
OK
|
CREATED
>
,
data
?:
OmitStrict
<
ErrorOpenApiResponse
,
"status"
|
"type"
>
,
)
:
MethodDecorator
An error response.
Parameters
status
:
ExcludeStrict
<
HttpStatus
,
OK
|
CREATED
>
The status of the response.
Optional
data
:
OmitStrict
<
ErrorOpenApiResponse
,
"status"
|
"type"
>
Additional data like description etc.
Returns
MethodDecorator
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
zibri
Loading...
An error response.