PulsarTransactionValidationError
Defined in: utils/transactionValidation.ts:27
Thrown when the title, description or payload of a transaction breaks Pulsar’s safety limits.
Extends
Error
Constructors
Constructor
new PulsarTransactionValidationError(
field,message):PulsarTransactionValidationError
Defined in: utils/transactionValidation.ts:35
Parameters
field
string
The field that failed.
message
string
The error message.
Returns
PulsarTransactionValidationError
Overrides
Error.constructor
Properties
field
readonlyfield:string
Defined in: utils/transactionValidation.ts:29
The field that failed, for example title, description[1] or payload.amount.
Last updated on