driplineorg / dripline-cpp

C++ Implementation of the Dripline framework
http://driplineorg.github.io
Apache License 2.0
1 stars 0 forks source link

Add ability to add return codes from a configuration #40

Closed nsoblath closed 3 years ago

nsoblath commented 4 years ago

Standard top-level item in the config.

return-codes:
  - my_code_1:
      value: 1120
      description: A very important error
  - my_code_2:
      value: 1121
      description: A useless error

or

return-codes: /path/to/file/with/return_codes.yaml
nsoblath commented 3 years ago

Completely with #81