type Error = {
    code?: string;
    detail?: string;
    status?: number;
    title?: string;
}
Index

Properties

code?: string

A unique internal error code identifying the error type.

detail?: string
status?: number
title?: string