enbas/internal/model
Dan Anglin c6c711c29b
fix: update error handling
Changes:

- Move InvalidListRepliesPolicyError, InvalidTimelineCategory,
  InvalidStatusVisibility and InvalidStatusContentTypeError type to the
  model package.
- Clean up some code in regards to the parsing of the Enum types.
- Clean up the error messages sent back to the user.
- Use colons instead of semicolons when unwrapping error messages.
- Print errors to Standard Error (os.Stderr)
2024-06-02 11:35:43 +01:00
..
account.go chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
application.go chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
const.go chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
emoji.go chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
instance_v2.go chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
list.go fix: update error handling 2024-06-02 11:35:43 +01:00
preferences.go chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
status.go chore: make the project REUSE compliant 2024-06-02 07:53:13 +01:00
status_content_type.go fix: update error handling 2024-06-02 11:35:43 +01:00
status_visibility.go fix: update error handling 2024-06-02 11:35:43 +01:00
timeline.go fix: update error handling 2024-06-02 11:35:43 +01:00