Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias TransferError

    Error message from the Bridge Box

    type TransferError = {
        code: ErrorCode;
        message: string;
    }
    Index

    Properties

    Properties

    code: ErrorCode

    Error code, used only with ERROR method types

    message: string

    Error message