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

A way to trace the source of the error.