RadarStatus

enum RadarStatus : Enum<Radar.RadarStatus>

The status types for a request. See .

Entries

ERROR_UNKNOWN
Link copied to clipboard
Unknown error
ERROR_SERVER
Link copied to clipboard
Internal server error
ERROR_RATE_LIMIT
Link copied to clipboard
Too many requests (rate limit exceeded)
ERROR_NOT_FOUND
Link copied to clipboard
Not found
ERROR_FORBIDDEN
Link copied to clipboard
Forbidden (insufficient permissions or no beta access)
ERROR_PAYMENT_REQUIRED
Link copied to clipboard
Payment required (organization disabled or usage exceeded)
ERROR_UNAUTHORIZED
Link copied to clipboard
Unauthorized (invalid API key)
ERROR_BAD_REQUEST
Link copied to clipboard
Bad request (missing or invalid params)
ERROR_NETWORK
Link copied to clipboard
Network error or timeout (10 seconds)
ERROR_BLUETOOTH
Link copied to clipboard
Beacon ranging error or timeout (5 seconds)
ERROR_LOCATION
Link copied to clipboard
Location services error or timeout (20 seconds)
ERROR_PERMISSIONS
Link copied to clipboard
Location permissions not granted
ERROR_PUBLISHABLE_KEY
Link copied to clipboard
SDK not initialized
SUCCESS
Link copied to clipboard
Success

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int