rest-vir - v1.0.0
Preparing search index...
createRestVirHandlerErrorPrefix
Function createRestVirHandlerErrorPrefix
createRestVirHandlerErrorPrefix
(
route
:
Readonly
<
{
isEndpoint
:
boolean
|
undefined
;
isWebSocket
:
boolean
|
undefined
;
path
:
string
;
service
:
{
serviceName
:
string
}
;
}
,
>
,
)
:
string
Creates the handler error string used by
RestVirHandlerError
.
Parameters
route
:
Readonly
<
{
isEndpoint
:
boolean
|
undefined
;
isWebSocket
:
boolean
|
undefined
;
path
:
string
;
service
:
{
serviceName
:
string
}
;
}
,
>
Returns
string
Package
@rest-vir/implement-service
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
rest-vir - v1.0.0
Loading...
Creates the handler error string used by RestVirHandlerError.