Class RequestError<ResponseType>

Type Parameters

  • ResponseType = string

Hierarchy

  • RequestError

Constructors

Properties

alert: null | AlertAttrs
options: InternalFlarumRequestOptions<ResponseType>
response: null | {
    errors?: {
        code?: string;
        detail?: string;
        [key: string]: unknown;
    }[];
    [key: string]: unknown;
}

Type declaration

  • [key: string]: unknown
  • Optional errors?: {
        code?: string;
        detail?: string;
        [key: string]: unknown;
    }[]
responseText: null | string
status: number

Generated using TypeDoc v0.24.8