Creates an instance of MPError.
The errors code, this will be a MapsIndoors error code.
If unsure of the code, check the native SDK.
A descriptive message of what caused the error.
Optionalstatus: numberAn optional status code, this will in case of network issues be the response code.
Optionaltag: anyOptional object tag.
ReadonlycodeThe errors code, this will be a MapsIndoors error code.
If unsure of the code, check the native SDK.
ReadonlymessageA descriptive message of what caused the error.
Optional ReadonlystatusAn optional status code, this will in case of network issues be the response code.
Optional ReadonlytagOptional object tag.
Static ReadonlyinvalidOccurs if the supplied API key is not a valid MapsIndoors key.
Static ReadonlynetworkOccurs when an internet connection is required, or if the content server is unresponsive.
Static ReadonlysdkOccurs if some functions are called before the SDK has been initialized.
Static ReadonlyunknownOccurs if an unknown exception is caught.
A class of errors that can occur when using the MapsIndoors SDK.
Export
MPError