Currently the API and council implementations have been designed to fail fast and not have exception handling. This means that the logs are sometimes filled with vague errors.
Could update the collector implementations to throw validation exceptions, using the Throw library for readability/simplicity.
Will need to make sure to update the styleguide to cover this.
Currently the API and council implementations have been designed to fail fast and not have exception handling. This means that the logs are sometimes filled with vague errors.
Could update the collector implementations to throw validation exceptions, using the Throw library for readability/simplicity.
Will need to make sure to update the styleguide to cover this.