Class AnybillApiException
- Namespace
- anybill.POS.Client.Exceptions
- Assembly
- anybill.POS.Client.Abstractions.dll
A general exception while calling the anybill api.
public class AnybillApiException : Exception, ISerializable
- Inheritance
-
AnybillApiException
- Implements
- Derived
- Inherited Members
Properties
Body
The body that was returned.
public string Body { get; }
Property Value
HttpStatusCode
The http status code returned.
public int HttpStatusCode { get; }
Property Value
RequestId
The request id if available.
public string RequestId { get; }
Property Value
Timestamp
Timestamp of the error.
public DateTimeOffset Timestamp { get; }
Property Value
Uri
Uri that was called.
public Uri Uri { get; }