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
exceptionExceptionThe exception to encapsulate.
attemptedJurisdictionJurisdiction?The jurisdiction requested.
attemptedDateTimeDateTime?The attempted date/time.
Properties
IsKnownError
Gets a value indicating whether the error during the request is known.
public override bool? IsKnownError { get; }