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