Class APIError

    API error

    Hierarchy

    • Error
      • APIError

    Constructors

    Properties

    Constructors

    • Parameters

      • params: {
            err?: ICallError;
            render?: ReactNode;
            title: string;
            type?:
                | "error"
                | "success"
                | "info"
                | "warning";
        }
        • Optionalerr?: ICallError
        • Optionalrender?: ReactNode
        • title: string
        • Optionaltype?:
              | "error"
              | "success"
              | "info"
              | "warning"

      Returns APIError

    Properties

    render?: ReactNode
    title: string
    type?:
        | "error"
        | "success"
        | "info"
        | "warning"

    Generated using TypeDoc and TypeDoc Airthium Plugin