errorType property

TransactionErrorType errorType
getter/setter pair

Create a TransactionError. @param {String} message An error message describing the error. @param {Number} status number The HTTP response status.

Implementation

late TransactionErrorType errorType;