API error

Hierarchy

  • Error
    • APIError

Constructors

Properties

Constructors

  • Parameters

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

    Returns APIError

Properties

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