Error
data class Error(val message: String, val exception: Exception = Exception(UNKNOWN_EXCEPTION)) : CoreEvent
Emitted when the SDK encounters an error during operation.
Errors may originate from network failures, authentication issues, or unexpected server responses. The message provides a human-readable description, while exception contains the underlying cause for programmatic handling.