RcError

sealed class RcError : Exception

RcError is used to represent errors that can occur
when trying to get the RealityCheckMessage information from the server.
See Types section for the available errors.

Inheritors

Types

Link copied to clipboard
data class DebugNotEnabled(val errorMessage: String?) : RcError

debugError Gets returned when calling moveSessionTime but not being in debug mode

Link copied to clipboard
data class NetworkError(val errorMessage: String?) : RcError

Network error
Gets returned when there are connection issues or the backend server is down

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard