Type Alias ErrorResponse

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

Properties

Properties

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