Flarum (v2.0.0-beta.2)
    Preparing search index...

    Class RequestError<ResponseType>

    Type Parameters

    • ResponseType = string
    Index

    Constructors

    Properties

    alert: AlertAttrs | null
    response:
        | {
            errors?: { code?: string; detail?: string; [key: string]: unknown }[];
            [key: string]: unknown;
        }
        | null
    responseText: string | null
    status: number