![]() | Web |
public sealed class WebServiceErrorResponse : IEquatable<WebServiceErrorResponse>
The WebServiceErrorResponse type exposes the following members.
Name | Description | |
---|---|---|
![]() | WebServiceErrorResponse | Encapsulates 'standard' error information returned in the body of any response that is not status 200 (OK). Hoarder only officially returns responses with status codes 200 (OK) and 403 (Unauthorized). A status of 500 (InternalServerError) indicates a server-side unhandled exception, probably a bug. Any response with status other than 200 will contain a serialized instance of this class. |
Name | Description | |
---|---|---|
![]() | Code | Hoarder defined error code. |
![]() | Detail | Optional detailed information about the error. |
![]() | Message | A shorter error message. |
![]() | Stack | Optional stack trace (only available when debugging). |
![]() | Uri | Optional Uri for more information on the error. |
Name | Description | |
---|---|---|
![]() ![]() | Create(Int32, String) | |
![]() ![]() | Create(Int32, String, String) |