Class CcdManagementErrorCodes
The known errors caused when communicating with the CCD Management Service.
Namespace: Unity.Services.Ccd.Management
Syntax
public static class CcdManagementErrorCodes : object
Fields
AlreadyExists
Returned when the entity requested already exists.
Declaration
public const int AlreadyExists = null
Field Value
Type | Description |
---|---|
Int32 |
InactiveOrganization
Returned when the organization is not activated.
Declaration
public const int InactiveOrganization = null
Field Value
Type | Description |
---|---|
Int32 |
InternalError
Returned when there is an internal server error processing the request.
Declaration
public const int InternalError = null
Field Value
Type | Description |
---|---|
Int32 |
InvalidArgument
Returned when an argument is invalid.
Declaration
public const int InvalidArgument = null
Field Value
Type | Description |
---|---|
Int32 |
InvalidHashMismatch
Returned when the entry hash does not match the expected hash.
Declaration
public const int InvalidHashMismatch = null
Field Value
Type | Description |
---|---|
Int32 |
OutOfRange
Returned when the range requested is unsatisfiable.
Declaration
public const int OutOfRange = null
Field Value
Type | Description |
---|---|
Int32 |
Unauthorized
Returned when the request is unauthorized.
Declaration
public const int Unauthorized = null
Field Value
Type | Description |
---|---|
Int32 |