Type Alias ErrorResponse

Standard error response wrapper.

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

List of errors that occurred.

traceId?: string

Trace identifier for debugging purposes.