class ErrorGroupOrder

A sorting order of error groups.

Protobuf enum Google\Devtools\Clouderrorreporting\V1beta1\ErrorGroupOrder

Constants

GROUP_ORDER_UNSPECIFIED

No group order specified.

Generated from protobuf enum GROUP_ORDER_UNSPECIFIED = 0;

COUNT_DESC

Total count of errors in the given time window in descending order.

Generated from protobuf enum COUNT_DESC = 1;

LAST_SEEN_DESC

Timestamp when the group was last seen in the given time window in descending order.

Generated from protobuf enum LAST_SEEN_DESC = 2;

CREATED_DESC

Timestamp when the group was created in descending order.

Generated from protobuf enum CREATED_DESC = 3;

AFFECTED_USERS_DESC

Number of affected users in the given time window in descending order.

Generated from protobuf enum AFFECTED_USERS_DESC = 4;