# Constants
Success indicates that the operation was completed successfully.
Unknown operation status indicates an error in the processing of the request as all operations should have a determined status.
# Variables
No description provided by the author
Enum value maps for OpStatus.
Enum value maps for OpStatus.
# Structs
Empty message as required by gRPC for services not requiring any parameters.
EmptyRequestValidationError is the validation error returned by EmptyRequest.Validate if the designated constraints aren't met.
OpResponse with a common definition for the result of executing an operation through gRPC.
OpResponseValidationError is the validation error returned by OpResponse.Validate if the designated constraints aren't met.
# Type aliases
OpStatus enumeration defining the possible status of an operation.