Enum ApiErrorType
API Exception
Namespace: Unity.Services.Apis.Shared
Assembly: solution.dll
Syntax
public enum ApiErrorType
Fields
Name | Description |
---|---|
Canceled | Operation Canceled |
Deserialization | Exception when trying to deserialize response |
Http | Http exception (status code 4XX) |
InvalidParameters | Invalid Parameters |
Network | Network exception (status code 5XX) |
None | No error |