Wikitude SDK API Reference

API Docs for: 9.12.0
Show:

Error Class

Module: AR

Immutable used for any errors that may happen when using the Wikitude SDK

Item Index

Methods

Properties

Methods

toString

() String

Returns:

String:

the error formatted like this: "id-domain-message"

Properties

domain

String

The domain of the error. The domain specifies in which area of the SDK the error occurred. e.g. "InstantTracking".

This property is immutable and may not be changed.

id

Number

The id of the error. The possible error codes depend on where an object of this type was provided.

This property is immutable and may not be changed.

message

String

The message of the error describing in detail what went wrong.

This property is immutable and may not be changed.