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