react-native-younify-connect-sdk
    Preparing search index...

    Interface ErrorUserInfoNetworkRequestFailed

    Contains extra information for ErrorCode.NetworkRequestFailed errors.

    interface ErrorUserInfoNetworkRequestFailed {
        partialResult?: any;
        statusCode: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    partialResult?: any

    Holds the response that would have been returned had an error not occurred but in an incomplete or partial state. The format is identical to the promised value of the original request.

    statusCode: number

    HTTP status code.