Type Alias ErrorResponse404

type ErrorResponse404 = {
    errors?: {
        code?: string;
        detail?: string;
        status?: number;
        title?: string;
    }[];
    traceId?: string;
}
Index

Properties

Properties

errors?: { code?: string; detail?: string; status?: number; title?: string }[]
traceId?: string