CodecException
class CodecException(val action: CodecAction, val value: Any?, val name: String, val schema: String = "", val oid: Int? = null, val kotlinClass: KClass<*>? = null, cause: Exception) : OctaviusException
Exception thrown when encoding or decoding a value to/from a PostgreSQL representation fails.
Parameters
cause
The underlying exception that caused this failure.
Properties
Link copied to clipboard
Indicates whether the failure happened during encoding or decoding.
Link copied to clipboard
The Kotlin class associated with the operation, if known.
Link copied to clipboard
The context of the query that resulted in this exception, if applicable.
Link copied to clipboard
The raw error message received from the database, if applicable.