Type Alias ErrorResponse

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

A way to trace the source of the error.