Contains extra information for ErrorCode.ServiceLinkingFailed errors.

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

Hierarchy (view full)

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.