Class APIError

    API error

    Hierarchy

    • Error
      • APIError

    Constructors

    Properties

    Constructors

    • Parameters

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

      Returns APIError

    Properties

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

    Generated using TypeDoc and TypeDoc Airthium Plugin