Service error types.
More...
|
const string | Service = "SRV" |
| A problem has occurred whilst executing the service at the server. More...
|
|
const string | Duplicate = "DUP" |
| Duplicate request identifier. More...
|
|
const string | Timeout = "TIM" |
| Request timed out. More...
|
|
const string | Invalid = "INV" |
| Request invalid. More...
|
|
const string | User = "USR" |
| Error reported by user-written service handler. More...
|
|
const string | Unknown = "" |
| Unknown error type. More...
|
|
|
string | Code [get, set] |
| The code corresponding to the page option. More...
|
|
PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.ServiceErrorType.ServiceErrorType |
( |
string |
code | ) |
|
static ServiceErrorType PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.ServiceErrorType.Parse |
( |
string |
option | ) |
|
|
static |
Returns the option associated with a given type code.
- Parameters
-
option | Option type code (case insensitive). |
- Returns
- The option, or null if not valid.
const string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.ServiceErrorType.Duplicate = "DUP" |
Duplicate request identifier.
const string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.ServiceErrorType.Invalid = "INV" |
const string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.ServiceErrorType.Service = "SRV" |
A problem has occurred whilst executing the service at the server.
const string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.ServiceErrorType.Timeout = "TIM" |
const string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.ServiceErrorType.Unknown = "" |
const string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.ServiceErrorType.User = "USR" |
Error reported by user-written service handler.
string PushTechnology.DiffusionCore.Connection.Connectors.ExternalClient.Service.ServiceErrorType.Code |
|
getset |
The code corresponding to the page option.