Type Alias ErrorResponse

type ErrorResponse = {
    errors?: tasks.HttpResult[];
    traceId?: string;
}
Index
errors?: tasks.HttpResult[]
traceId?: string

A trace identifier for correlating the error to a specific service request.