ValidationResultModel<IncrementSessionMachineCatalogVersionModel>
The result of validation of an operation.
Properties
Name | Description | Additional information |
---|---|---|
Href | See Hypermedia. |
Type: String |
RelatedActions | See Hypermedia. |
Type: Array of RelationModel |
Input | The input object, with all of the default values filled in based on the data both as passed in, and already existing configuration. This represents the "real" validated object, and enables the caller to both determine defaults that rely on partial state, and to determine why some kinds of validation errors might occur by allowing visibility into what exactly was validated. |
|
Errors | A list of errors that were encountered. If there were no errors, this list will be empty. |
Type: Array of ValidationErrorModel |
Sample
application/json
Sample:
{ "Input": { "TerminateSessionsBy": "2013-12-05T16:13:41.9942382-05:00", "UpdateProcessIsAutomatic": true, "Template": "win7_base_updated" }, "Errors": [ { "MemberNames": [ "Template" ], "ErrorMessage": "Required", "ErrorCode": "Required" } ] }