ErrorCodes

object ErrorCodes

Centralized error code constants for the Wow framework.

This object defines standardized error codes and messages used throughout the Wow framework for consistent error handling and reporting. Error codes are categorized by functional areas such as commands, event sourcing, and aggregates.

Error codes follow a hierarchical structure and are used to identify specific error conditions that can occur during command processing, event sourcing, and other framework operations.

See also

Properties

Link copied to clipboard
const val BAD_REQUEST: String

Undefined client exception

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val NOT_FOUND: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
const val SUCCEEDED: String
Link copied to clipboard
Link copied to clipboard