type ErrorResponse = {
    errors?: directAccessAgents.ErrorMessage[] | null;
    hasErrors?: boolean;
    traceId?: string | null;
}
Index
hasErrors?: boolean
traceId?: string | null