SUSE/aimaas

Refactoring: Make conventions follow a consistent naming convention.

Opened this issue · 1 comments

Currently, we have exceptions named like DeletedObjectException (adjective-noun) and SchemaIsDeletedException (noun-verb-adjective), or SchemaExistsException (noun-verb) and MissingSchemaException (verb-noun).

They do not seem to follow a consistent naming convention.

We should change that.

Also, some exceptions may be overly specific. This should be looked at, as well.