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

Properties

Properties

errors?: dataQualities.Error[]
traceId?: string