Package-level declarations

Types

Link copied to clipboard
data class BindingError(val name: String, val msg: String) : Named

Represents a field-level error that occurred during data binding or validation.

Link copied to clipboard
data class DefaultErrorInfo(val errorCode: String, val errorMsg: String = "", val bindingErrors: List<BindingError> = emptyList()) : ErrorInfo, Materialized

Default implementation of the ErrorInfo interface.

Link copied to clipboard
interface ErrorInfo

Standardized interface for representing error information in API responses and operations.

Link copied to clipboard

Interface for entities that can provide error information.

Link copied to clipboard

Defines the recoverability classification for errors and operations.