Class ErrorResult
Error Action Result used when the request is not successful.
Inheritance
System.Object
ErrorResult
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class ErrorResult : object
Constructors
| Improve this Doc View SourceErrorResult(String)
Initializes a new instance of the ErrorResult class.
Declaration
public ErrorResult(string error = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | error | Gets or sets error message.. |
Properties
| Improve this Doc View SourceError
Gets or sets error message.
Declaration
public string Error { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets error message. |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |