ReceiverInconsistentStateError
Defined in: src/errors.ts:127
Extends
Error
Implements
Constructors
Constructor
new ReceiverInconsistentStateError(message?): ReceiverInconsistentStateError;
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1081
Parameters
message?
string
Returns
ReceiverInconsistentStateError
Inherited from
Error.constructor
Constructor
new ReceiverInconsistentStateError(message?, options?): ReceiverInconsistentStateError;
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1081
Parameters
message?
string
options?
ErrorOptions
Returns
ReceiverInconsistentStateError
Inherited from
Error.constructor
Properties
code
code: ErrorCode = ErrorCode.ReceiverInconsistentStateError;
Defined in: src/errors.ts:128