Table of Contents

Class BigDataError

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

The big data error.

public class BigDataError
Inheritance
BigDataError
Inherited Members

Constructors

BigDataError()

public BigDataError()

Properties

Code

Gets or sets the error code.

public int? Code { get; set; }

Property Value

int?

The error code

Domain

Gets or sets the error domain.

public string? Domain { get; set; }

Property Value

string

The error domain

Message

Gets or sets the error message.

public string? Message { get; set; }

Property Value

string

The error message

Reason

Gets or sets the error reason.

public string? Reason { get; set; }

Property Value

string

The error reason