Skip to main content
API Reference com.nianticspatial.nsdk

NSDKStatus

Status codes returned by NSDK operations. NSDKStatus represents the outcome of NSDK API calls, indicating success or various types of failures. These codes help diagnose issues with NSDK integration and usage.

Declaration

enum class NSDKStatus

Properties

NameTypeSummary
valueInt
-

Cases

NameTypeSummary
FEATURE_ALREADY_INITIALIZEDFEATURE_ALREADY_INITIALIZED
The feature is already initialized
FEATURE_NOT_INITIALIZEDFEATURE_NOT_INITIALIZED
The required feature has not been initialized
INTERNAL_ERRORINTERNAL_ERROR
DEPRECATED.
INVALID_ARGUMENTINVALID_ARGUMENT
An argument had an invalid value
INVALID_NSDK_HANDLEINVALID_NSDK_HANDLE
The provided NSDK handle is invalid or destroyed
INVALID_OPERATIONINVALID_OPERATION
The operation is not valid in the current state
NO_DATANO_DATA
DEPRECATED. No data is available for the requested operation
NULL_ARGUMENTNULL_ARGUMENT
A required argument was null
SUCCESSSUCCESS
Operation completed successfully