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;
}
responseText: null | string
status: number

Generated using TypeDoc v0.23.24