DataOperationException

class DataOperationException(val messageEnum: DataOperationExceptionMessage, queryContext: QueryContext? = null, cause: Throwable? = null) : DatabaseException

Exception thrown during data operations that are syntactically correct but fail due to data content, result expectations, or permission issues.

This exception typically represents errors that occur during the execution phase, such as when a single result is expected but none is found.

Constructors

Link copied to clipboard
constructor(messageEnum: DataOperationExceptionMessage, queryContext: QueryContext? = null, cause: Throwable? = null)

Properties

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

Functions

Link copied to clipboard
open override fun getDetailedMessage(): String

Subclasses can provide additional technical details here.

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

Enriches the exception with a full query context.

Link copied to clipboard

Enriches the exception with the transaction step index.