Class ServiceErrorMessage
Inheritance
ServiceErrorMessage
Syntax
public static class ServiceErrorMessage
Fields
AuthenticationFailed
Declaration
public const string AuthenticationFailed = "Authentication failed"
Field Value
ConnectionFailed
Declaration
public const string ConnectionFailed = "Connection to cloud services failed"
Field Value
DeviceCodeExpired
Declaration
public const string DeviceCodeExpired = "The device code has expired"
Field Value
DeviceCodePending
Declaration
public const string DeviceCodePending = "Authorization pending"
Field Value
InvalidArgument
Declaration
public const string InvalidArgument = "Invalid argument"
Field Value
LinkNotFound
Declaration
public const string LinkNotFound = "Link not found"
Field Value
MaxCapacityReached
Declaration
public const string MaxCapacityReached = "The server is at maximum capacity"
Field Value
MaxDeviceReached
Declaration
public const string MaxDeviceReached = "Maximum number of devices reached"
Field Value
MaxSeatReached
Declaration
public const string MaxSeatReached = "Maximum number of seats reached"
Field Value
ModelNotSupported
Declaration
public const string ModelNotSupported = "Model not supported"
Field Value
NoEntitlementAvailable
Declaration
public const string NoEntitlementAvailable = "No entitlement available"
Field Value
NoLicenseAvailable
Declaration
public const string NoLicenseAvailable = "No license available"
Field Value
NoSeatEntitlement
Declaration
public const string NoSeatEntitlement = "No floating seats entitlement"
Field Value
ProjectNotFound
Declaration
public const string ProjectNotFound = "Project not found"
Field Value
ResourceAccessForbidden
Declaration
public const string ResourceAccessForbidden = "Resource access forbidden"
Field Value
ResourceNotFound
Declaration
public const string ResourceNotFound = "Requested resource not found"
Field Value
UnauthorizedAccess
Declaration
public const string UnauthorizedAccess = "Unauthorized access"
Field Value
UnexpectedServerError
Declaration
public const string UnexpectedServerError = "Unexpected server error"
Field Value
UnknownApplication
Declaration
public const string UnknownApplication = "Unknown application"
Field Value