Typescript SDK Type Docs
    Preparing search index...

    Interface TransactionError

    A single error on the Transaction. Multiple errors may be included in the Transaction Status.

    interface TransactionError {
        code: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: string

    Error identifier.

    message: string

    Plain text description of the cause of the error.