Type Alias ErrorResponse400

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

Properties

Properties

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