This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
ModIO.WebRequestError
Jackson Wood edited this page Mar 6, 2019
·
7 revisions
class in ModIO
Name | Description |
---|---|
webRequest | UnityWebRequest that generated the data for the error. |
timeStamp | The ServerTimeStamp at which the request was received. |
errorMessage | The message returned by the API explaining the error. |
fieldValidationMessages | Errors pertaining to specific POST data fields. |
isAuthenticationInvalid | Indicates whether the provided authentication data was rejected. |
isServerUnreachable | Indicates whether the mod.io servers a unreachable (for whatever reason). |
isRequestUnresolvable | Indicates whether this request will always fail for the provided data. |
limitedUntilTimeStamp | Indicates whether the request triggered the Rate Limiter and when to retry. |
displayMessage | A player/user-friendly message to display on the UI. |
responseCode | |
method | |
url | |
responseHeaders | |
responseBody | |
message | [Obsolete] The message returned by the API explaining the error. |
Name | Description |
---|---|
GenerateFromWebRequest | |
GenerateLocal | |
LogAsWarning |
Name | Description |
---|---|
ToUnityDebugString |