@twilio/flex-sdk
    Preparing search index...

    Interface FlexSdkErrorMetadata

    Additional context attached to FlexSdkError instances.

    interface FlexSdkErrorMetadata {
        module?: string;
        resourceSid?: string;
        severity: ErrorSeverity;
        source?: string;
        translatedErrorCode?: ErrorCode;
        unhandled?: boolean;
    }
    Index

    Properties

    module?: string
    resourceSid?: string
    severity: ErrorSeverity
    source?: string
    translatedErrorCode?: ErrorCode
    unhandled?: boolean