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

    Interface ErrorUserInfoServiceLinkingFailed

    Contains extra information for ErrorCode.ServiceLinkingFailed errors.

    interface ErrorUserInfoServiceLinkingFailed {
        partialResult?: any;
        serviceMessage: string;
    }

    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.

    serviceMessage: string

    Streaming service specific error message.