Package-level declarations

Error model and error handling

Types

Link copied to clipboard
data class CRUDError(val code: Int, val message: String, val type: String) : Record

Error model of the API operations

Link copied to clipboard

Wrapper for a CRUDError as a RuntimeException so it can be thrown

Link copied to clipboard

Default ExceptionHandler implementations for CRUDErrorException and unexpected exceptions