Class CcdClientErrorCodes
The known errors caused when communicating with the CCD Client Service.
Inherited Members
Namespace: Unity.Services.Ccd.Client.Errors
Assembly: solution.dll
Syntax
public static class CcdClientErrorCodes
Fields
| Name | Description |
|---|---|
| AlreadyExists | Returned when the entity requested already exists. |
| InactiveOrganization | Returned when the organization is not activated. |
| InternalError | Returned when there is an internal server error processing the request. |
| InvalidArgument | Returned when an argument is invalid. |
| InvalidHashMismatch | Returned when the entry hash does not match the expected hash. |
| OutOfRange | Returned when the range requested is unsatisfiable. |
| Unauthorized | Returned when the request is unauthorized. |