Class LoggableActionState (0.2.0)

LoggableActionState(value)

Loggable action states filter.

Enums

Name Description
LOGGABLE_ACTION_STATE_UNSPECIFIED Illegal value, to avoid allowing a default.
SUCCEEDED `LoggableAction` completed successfully. `SUCCEEDED` actions are logged as `INFO][google.logging.type.LogSeverity.INFO]`.
FAILED `LoggableAction` terminated in an error state. `FAILED` actions are logged as `ERROR][google.logging.type.LogSeverity.ERROR]`.