StatusCodeError
Constructs an Error with a friendly message derived from a StatusCode.
Extends
Constructors
Parameters
statusCode: StatusCode
The StatusCode associated with the error.
Methods
captureStackTrace(targetObject: object, constructorOpt?: Function): void
Create .stack property on a target object
Returns void
Properties
Optional override for formatting stack traces
The StatusCode associated with the error.
Also in this Section