Class DeleteError
Container for all error elements.
public class DeleteError
- Inheritance
-
DeleteError
- Inherited Members
Constructors
DeleteError()
public DeleteError()
Properties
Code
public string Code { get; set; }
Property Value
Key
Gets and sets the property Key.
The error key.
public string Key { get; set; }
Property Value
Message
Gets and sets the property Message.
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
public string Message { get; set; }
Property Value
VersionId
Gets and sets the property VersionId.
The version ID of the error.
public string VersionId { get; set; }