This interface represents the error that needs to be set when the requested information is not available.

interface NotAvailableError {
    error: boolean;
    errorMsg: string;
}

Properties

Properties

error: boolean
errorMsg: string