frontend
    Preparing search index...

    Interface ApiError

    Represents an API error response.

    interface ApiError {
        errors?: Record<string, string[]>;
        message: string;
        status: number;
    }
    Index

    Properties

    errors?: Record<string, string[]>

    Optional field-level validation errors

    message: string

    Human-readable error message

    status: number

    HTTP status code