otter-space-sdk/pkg/error
SoXX b8e29de4fc refactor(error): error handling in database package
- Replace custom error types with string constants for common database errors.
- Simplify the Database struct to include a Reason field for error messages.
- Update Error method to format the error output using the Reason.
- Modify validation error constants for consistency and clarity.
2024-08-09 22:14:13 +02:00
..
database_test.go migration from old git (no git history) 2024-07-19 10:03:35 +02:00
database.go refactor(error): error handling in database package 2024-08-09 22:14:13 +02:00
validation_test.go migration from old git (no git history) 2024-07-19 10:03:35 +02:00
validation.go refactor(error): error handling in database package 2024-08-09 22:14:13 +02:00