Class: RangeNotSatisfiableError
The client has asked for a portion of the file, but the server cannot supply that portion.
Extends
EError
Constructors
new RangeNotSatisfiableError()
new RangeNotSatisfiableError(message, errorId?): RangeNotSatisfiableError
Creates an instance of EError.
Parameters
• message: string
= 'An error occurred'
The error message.
• errorId?: string
An optional error ID.
Returns
Inherited from
EError.constructor
Defined in
packages/core/src/error-handler.ts:11
Properties
errorId?
optional errorId: string;
An optional error ID.
Inherited from
EError.errorId