TypeException
class TypeException(val reason: TypeExceptionReason, val oid: Int? = null, val typeName: String? = null, val details: String? = null) : OctaviusException
Exception thrown when type resolution or validation fails within the driver's type registry.
Includes scenarios where a type cannot be found, an incorrect container type is used, or an expected codec is missing.
Constructors
Link copied to clipboard
constructor(reason: TypeExceptionReason, oid: Int? = null, typeName: String? = null, details: String? = null)