@sensibill/reactnative-bridge-sdk
    Preparing search index...

    Interface SbCaptureError

    Error type that will be thrown if an error is encountered during the capture process

    interface SbCaptureError {
        code: SbCaptureErrorCode;
        message: string;
        nativeStackAndroid?: any[];
        userInfo?: any;
    }
    Index

    Properties

    Error code representing the error encountered

    message: string

    Message explaining the error encountered

    nativeStackAndroid?: any[]

    StackTrace information provided if the error occurred on an Android device

    userInfo?: any

    Additional information provided if the error occurred on an iOS device