Class IgResponseError<TBody>

Type Parameters

  • TBody extends {
        [x: string]: any;
    } = any

Hierarchy

Constructors

Properties

Constructors

  • Type Parameters

    • TBody extends {
          [x: string]: any;
      } = any

    Parameters

    • response: Response<TBody>

    Returns IgResponseError<TBody>

Properties

response: Response<TBody>
text?: string