Table of Contents

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

string

HttpStatusCode

The http status code returned.

public int HttpStatusCode { get; }

Property Value

int

RequestId

The request id if available.

public string RequestId { get; }

Property Value

string

Timestamp

Timestamp of the error.

public DateTimeOffset Timestamp { get; }

Property Value

DateTimeOffset

Uri

Uri that was called.

public Uri Uri { get; }

Property Value

Uri