Table of Contents

Class WebClientError

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

This describes an error that the web Javascript client has.

public class WebClientError
Inheritance
WebClientError
Inherited Members

Constructors

WebClientError()

Initializes a new instance of the WebClientError class.

public WebClientError()

Properties

AjaxCall

Gets or sets the ajax call.

public string? AjaxCall { get; set; }

Property Value

string

The ajax call.

AjaxError

Gets or sets the ajax error.

public string? AjaxError { get; set; }

Property Value

string

The ajax error.

AjaxSuccess

Gets or sets the ajax success.

public string? AjaxSuccess { get; set; }

Property Value

string

The ajax success.

BrowserProperties

Gets or sets the browser properties.

public string? BrowserProperties { get; set; }

Property Value

string

The browser properties.

ClientSettings

Gets or sets the error client settings.

public string? ClientSettings { get; set; }

Property Value

string

The error client settings.

Comment

Gets or sets the comment.

public string? Comment { get; set; }

Property Value

string

The comment.

ErrorSource

Gets or sets he error source for errors without stack trace.

public string? ErrorSource { get; set; }

Property Value

string

The error source.

ExceptionName

Gets or sets the name of the exception.

public string? ExceptionName { get; set; }

Property Value

string

The name of the exception.

FileName

Gets or sets the name of the file.

public string? FileName { get; set; }

Property Value

string

The name of the file.

Hash

Gets or sets the error hash.

public string? Hash { get; set; }

Property Value

string

The error hash.

LineNumber

Gets or sets the line number.

public double LineNumber { get; set; }

Property Value

double

The line number.

Message

Gets or sets the message.

public string? Message { get; set; }

Property Value

string

The message.

OtherDetails

Gets or sets additional error details. Might be navigation history, request logs - everything that doesn't match other fields.

public string? OtherDetails { get; set; }

Property Value

string

Other details.

PreviousErrors

Gets or sets the previous errors.

public string? PreviousErrors { get; set; }

Property Value

string

The previous errors that happened before current error.

StackTrace

Gets or sets the stack trace.

public string? StackTrace { get; set; }

Property Value

string

The stack trace.

Tasks

Gets or sets gets or Sets description of tasks running when exception happened.

public string? Tasks { get; set; }

Property Value

string

The description of tasks running when exception happened.

TimeStamp

Gets or sets the error timeStamp.

public string? TimeStamp { get; set; }

Property Value

string

The error timeStamp.

Url

Gets or sets the URL.

public string? Url { get; set; }

Property Value

string

The URL.

Methods

GetErrorDescription(string, string, string)

Returns a string that represents this instance.

public string GetErrorDescription(string systemInfo, string database, string userName)

Parameters

systemInfo string

The system information.

database string

The database name.

userName string

The user name.

Returns

string

A string that represents this instance.