Enum APIExceptionCode
Predefined exception codes
Namespace: AntFarm.API
Assembly: AntFarm.dll
Syntax
public enum APIExceptionCode
Fields
| Name | Description |
|---|---|
| Canceled | Internal code canceled. |
| Exclamation | An exclamation is returned to user |
| Failed | Internal code failed. |
| Information | An information is returned to user |
| None | Default value |
| Success | All good |
| Warning | A warning is returned to user |