Interface IServiceError
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public interface IServiceError
Properties
| Edit this page View SourceCode
Declaration
string Code { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceGetErrorMessage(bool)
Declaration
string GetErrorMessage(bool verbose = false)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | verbose |
Returns
| Type | Description |
|---|---|
| string |
ToInnerException()
Declaration
Exception ToInnerException()
Returns
| Type | Description |
|---|---|
| Exception |