RestError
Extends
Error
Constructors
new RestError()
new RestError(__namedParameters: LavalinkRestError): RestError
Parameters
Parameter | Type |
---|---|
__namedParameters | LavalinkRestError |
Returns
Overrides
Error.constructor
Defined in
Properties
cause?
optional cause: unknown;
Inherited from
Error.cause
Defined in
node_modules/typescript/lib/lib.es2022.error.d.ts:24
error
error: string;
Defined in
message
message: string;
Inherited from
Error.message
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1077
name
name: string;
Inherited from
Error.name
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1076
path
path: string;
Defined in
stack?
optional stack: string;
Inherited from
Error.stack
Defined in
node_modules/typescript/lib/lib.es5.d.ts:1078
status
status: number;
Defined in
timestamp
timestamp: number;
Defined in
trace?
optional trace: string;