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

Properties

Properties

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