Module: Prototok::Errors
- Included in:
- Prototok
- Defined in:
- lib/prototok/errors.rb
Defined Under Namespace
Classes: CipherError, ConfigurationError, ExternalError, FormatError, TypeMismatch
Constant Summary collapse
- MESSAGES =
{ encoder: 'No such encoder declared', cipher: 'No such cipher declared', formatter: 'No such formatter declared', no_payload_proto_file: 'No payload .proto file path configured', type_expected: '%s expects %s value, got %s', external_command: 'have issues with system util "%s". Try to run "%s" by hand. Maybe you have to install it' }.freeze