Error response from HTTP request

interface AxiosErrorResponse {
    response?: { status: number; data?: unknown };
    message?: string;
}

Properties

Properties

response?: { status: number; data?: unknown }
message?: string