Tanatloc documentation
    Preparing search index...

    Interface ICallError

    interface ICallError {
        info?: { message: string };
        status?: number;
    }

    Hierarchy

    • Error
      • ICallError
    Index

    Properties

    Properties

    info?: { message: string }
    status?: number