Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.WebRequestError

Jackson Wood edited this page Mar 6, 2019 · 7 revisions

WebRequestError

class in ModIO

Properties

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.

Static Methods

Name Description
GenerateFromWebRequest
GenerateLocal
LogAsWarning

Public Methods

Name Description
ToUnityDebugString
Clone this wiki locally