Table of Contents

Class UnregisterDeviceResult

Namespace
Geotab.Checkmate.ObjectModel.Registration.Gateway
Assembly
Geotab.Checkmate.ObjectModel.dll

Encapsulates a device unregistration result via the Gateway.

public class UnregisterDeviceResult : RegistrationResult
Inheritance
UnregisterDeviceResult
Inherited Members

Remarks

The API will generate and throw exceptions. We will package them and add additional properties as applicable.

Constructors

UnregisterDeviceResult(Exception?, Jurisdiction?, DateTime?)

Initializes a new instance of the UnregisterDeviceResult class.

public UnregisterDeviceResult(Exception? exception, Jurisdiction? attemptedJurisdiction, DateTime? attemptedDateTime)

Parameters

exception Exception

The exception to encapsulate.

attemptedJurisdiction Jurisdiction?

The jurisdiction requested.

attemptedDateTime DateTime?

The attempted date/time.

Properties

IsKnownError

Gets a value indicating whether the error during the request is known.

public override bool? IsKnownError { get; }

Property Value

bool?

bool The boolean insdicating this is a known error, if an error is present.