Package-level declarations
Types
Link copied to clipboard
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 ErrorInfoCapable
Interface for entities that can provide error information.
Link copied to clipboard
Defines the recoverability classification for errors and operations.