public enum StatusCode
{
SUCCESS = 0,
TIMEOUT = 1,
ERROR = 2,
UNAVAILABLE = 3
}SUCCESS
The operation completed successfully.
TIMEOUT
The operation timed out.
ERROR
Error attempting the operation.
UNAVAILABLE
Status currently unavailable.

