Type Alias ErrorResponse

type ErrorResponse = {
    errors?: Error[];
    traceId?: string;
}
Index

Properties

Properties

errors?: Error[]
traceId?: string

A way to trace the source of the error.