Telogis.GeoBase.Errors | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release 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 Name | Description |
---|
Errors.AJAXError | Represents an exception thrown due to a problem requesting and/or receiving dynamic content, either
with an XML HTTP request or script inclusion. |
Errors.ArgumentTypeError | Represents an error thrown when a parameter passed to a function is of an invalid type. |
Errors.ArgumentValueError | Represents an error thrown when a parameter passed to a function is of an invalid value. |
Errors.AuthError | Represents an exception that has occurred due to an authentication failure. |
Errors.ClassError | Represents an exception occurring during the definition of a class using the
Class subsystem. |
Errors.ConfigurationError | Represents an exception arising from an invalid construction of a configured class. |
Errors.EnumValueError | Represents an exception thrown when an invalid number was found where an enumerated value was expected. |
Errors.GeoBaseError | The derivation of the built-in Error type from which all GeoBase API exceptions are
derived. |
Errors.JSONError | Represents an exception thrown due a problem serializing or deserializing JSON data used to communicate
with the server. |
Errors.LayoutError | Represents an exception arising from invalid layout of some DOM element on the page. |
Errors.NotReadyError | Represents an exception thrown when a method is called on an object before the object is sufficiently
initialized to perform that action. |
Errors.RPCError | Represents an exception thrown by a server-side invocation (a remote procedure call). |
Errors.ScopeError | Represents an exception thrown when this is of an unexpected type, i.e. a function is
being executed in an invalid scope. |
Errors.TimeoutError | Represents an exception arising from a timeout in fetching some resource. |
Errors.XMLError | Represents an exception that occurred while performing operations on an XML document. |