Table of Contents

Class DirectAccessApiError

Namespace
Shift.Toolbox.Integration.DirectAccess
Assembly
Shift.Toolbox.dll
public class DirectAccessApiError
Inheritance
DirectAccessApiError
Inherited Members
Extension Methods

Constructors

DirectAccessApiError()

public DirectAccessApiError()

Properties

CallStack

public string CallStack { get; set; }

Property Value

string

ExceptionType

public string ExceptionType { get; set; }

Property Value

string

Message

public string Message { get; set; }

Property Value

string

StatusCode

public int StatusCode { get; set; }

Property Value

int