Documentation
    Preparing search index...

    Interface ErrorResponse

    interface ErrorResponse {
        errorData?: any;
        errorType: BeaconErrorType;
        id: string;
        senderId: string;
        type: Error;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    errorData?: any
    errorType: BeaconErrorType
    id: string
    senderId: string
    type: Error
    version: string