HandledExceptionCodes Enumeration
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public enum HandledExceptionCodes
Public Enumeration HandledExceptionCodes
In reference value the value corresponding to Http.StatusCode will be set.
Generic | 0 |
Generic exceptions.
|
DataNotFound | 1 |
Key data not found.
|
DataInvalid | 2 |
Incorrect data, does not pass validations.
|
DataLimitExceed | 3 |
Data limit exceeded.
|
RequestAuthorization | 100 |
Authorization required.
|
ApiKeyInvalid | 1,001 |
Incorrect API Key.
|
ApiRateLimitReached | 1,002 |
API limits exceeded.
|