RequestResult class
This data object contains information about the result of the request.
Namespace: Lenovo.SysMgmt.LXCA.Integration.Data
Assembly: Lenovo.SysMgmt.LXCA.Integration.Data
Properties
- public RequestResultStatus Result { get; set; }
- Results of the request. This can be one of the following values.
Success. The request completed successfully.
Failed. The request failed. A descriptive error message was returned.
Warning. The request completed with a warning. A descriptive error message was returned.
- public string Message { get; set; }
- Additional information to clarify the reason for request result. If the value of Result is
Success,
then this field is empty.
Methods
- public virtual bool Equals (object obj);
- Determines whether the specified object is equal to the current object.
(Inherited from System.Object)
- public virtual int GetHashCode ();
- Serves as the default hash function.
(Inherited from System.Object)
- public Type GetType ();
- Gets the System.Type of the current instance.
(Inherited from System.Object)
- public virtual string ToString ();
- Returns a string that represents the current object.
(Inherited from System.Object)
Give documentation feedback