Module nogo::error_handling [] [src]

Modules

validation

This module is responsible for all error-handling related tasks

Structs

NogoError

Enums

NogoErrorKind

Define a new type for nogo errors

Functions

clean_exit

The API normal exit

construct_error

helper method to throw a properly constructed error object

exit_with_error

exit with error code

Type Definitions

Result

define an alias for NogoError for easier handling