Namespace Unity.GameBackend.CloudCode.Models
Classes
BasicErrorResponse
Referenced from - https://tools.ietf.org/html/rfc7807#page-3 Consumers MUST use the 'type' string as the primary identifier for the problem type; the 'title' string is advisory and included only for users who are not aware of the semantics of the URI and do not have the ability to discover them (e.g., offline log analysis). Consumers SHOULD NOT automatically dereference the type URI. The "status" member, if present, is only advisory; it conveys the HTTP status code used for the convenience of the consumer. Generators MUST use the same status code in the actual HTTP response, to assure that generic HTTP software that does not understand this format still behaves correctly. See Section 5 for further caveats regarding its use. Consumers can use the status member to determine what the original status code used by the generator was, in cases where it has been changed (e.g., by an intermediary or cache), and when message bodies persist without HTTP information. Generic HTTP software will still use the HTTP status code. The "detail" member, if present, ought to focus on helping the client correct the problem, rather than giving debugging information. A URI reference [RFC3986] that identifies the problem type. This specification encourages that, when dereferenced, it provide human-readable documentation for the problem type (e.g., using HTML [W3C.REC-html5-20141028]). When this member is not present, its value is assumed to be "about:blank". A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization (e.g., using proactive content negotiation; see [RFC7231], Section 3.4). The HTTP status code ([RFC7231], Section 6) generated by the origin server for this occurrence of the problem. Service specific error code A human-readable explanation specific to this occurrence of the problem. A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. Machine readable service specific errors.
RunScript400OneOf
RunScript400OneOf model
RunScriptArguments
RunScriptArguments model Object containing Key-Value pairs that map on to the parameter definitions for the script. Parameters are required according to the definition.
RunScriptResponse
RunScriptResponse model output param
ValidationErrorBody
Single error in the Validation Error Response. field param messages param
ValidationErrorResponse
Validation error response when a value provided from the client does not pass validation on server type param title param status param code param detail param instance param errors param