CONNECTION_ERROR

Represents a default error code when a specific error code is not assigned.

This error is used when an error occurs that is not categorized explicitly. Check for uncategorized errors or handle them as generic errors in the application flow.

Properties

Link copied to clipboard
val code: Int

The integer value associated with each ErrorCode.

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