Type Alias ServiceDeskErrorInfo

ServiceDeskErrorInfo:
    | ConnectingErrorInfo
    | DisconnectedErrorInfo
    | UserMessageErrorInfo

The type for the information passed to ServiceDeskCallback#setErrorStatus. It is a discriminating union where the #type property is the discriminating value that determines which child interface is to be used.

MMNEPVFCICPMFPCPTTAAATR