Type Alias Error

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

Properties

code?: string
detail?: string
source?: ErrorSource
status?: number
title?: string