Click or drag to resize

Telogis.GeoBase.Errors

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Errors Namespace

A namespace containing the various custom error classes -- all of which are derivations of the built-in Error class -- that may be thrown by the API.

Classes
NameDescription
Errors.AJAXErrorRepresents an exception thrown due to a problem requesting and/or receiving dynamic content, either with an XML HTTP request or script inclusion.
Errors.ArgumentTypeErrorRepresents an error thrown when a parameter passed to a function is of an invalid type.
Errors.ArgumentValueErrorRepresents an error thrown when a parameter passed to a function is of an invalid value.
Errors.AuthErrorRepresents an exception that has occurred due to an authentication failure.
Errors.ClassErrorRepresents an exception occurring during the definition of a class using the Class subsystem.
Errors.ConfigurationErrorRepresents an exception arising from an invalid construction of a configured class.
Errors.EnumValueErrorRepresents an exception thrown when an invalid number was found where an enumerated value was expected.
Errors.GeoBaseErrorThe derivation of the built-in Error type from which all GeoBase API exceptions are derived.
Errors.JSONErrorRepresents an exception thrown due a problem serializing or deserializing JSON data used to communicate with the server.
Errors.LayoutErrorRepresents an exception arising from invalid layout of some DOM element on the page.
Errors.NotReadyErrorRepresents an exception thrown when a method is called on an object before the object is sufficiently initialized to perform that action.
Errors.RPCErrorRepresents an exception thrown by a server-side invocation (a remote procedure call).
Errors.ScopeErrorRepresents an exception thrown when this is of an unexpected type, i.e. a function is being executed in an invalid scope.
Errors.TimeoutErrorRepresents an exception arising from a timeout in fetching some resource.
Errors.XMLErrorRepresents an exception that occurred while performing operations on an XML document.