OPNet
    Preparing search index...

    Interface ICallRequestError

    This interface is used to define the call request error. ICallRequestError

    interface ICallRequestError {
        error: string;
    }
    Index

    Properties

    Properties

    error: string