Class ApiError
Represents an error from the LemonEdge WebService.
Inherited Members
Namespace: LemonEdge.API
Assembly: LemonEdge.API.dll
Syntax
public class ApiError
Constructors
ApiError()
Declaration
public ApiError()
Properties
Message
The message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
StackTrace
The stack trace
Declaration
public string StackTrace { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusCode
The status code
Declaration
public int StatusCode { get; set; }
Property Value
Type | Description |
---|---|
int |