Invalid transaction type error.

WHEN TO USE:

  • Error will be thrown when the transaction type is invalid.

Hierarchy (view full)

  • VechainSDKError<{
        transactionType?: string;
        validTypes?: string;
    }>
    • InvalidTransactionType

Constructors

Properties

data: {
    transactionType?: string;
    validTypes?: string;
}
errorMessage: string
innerError?: unknown
methodName: string