Module: HumanError::Errors

Defined in:
lib/human_error/errors/crud_error.rb,
lib/human_error/errors/authentication_error.rb,
lib/human_error/errors/crud_errors/association_error.rb,
lib/human_error/errors/crud_errors/resource_not_found_error.rb,
lib/human_error/errors/crud_errors/resource_persistence_error.rb,
lib/human_error/errors/request_errors/parameter_missing_error.rb,
lib/human_error/errors/authentication_errors/invalid_token_error.rb,
lib/human_error/errors/request_errors/unpermitted_parameters_error.rb,
lib/human_error/errors/authentication_errors/duplicate_authentication_error.rb,
lib/human_error/errors/authentication_errors/invalid_username_or_password_error.rb

Defined Under Namespace

Modules: AuthenticationError, CrudError Classes: AssociationError, DuplicateAuthenticationError, InvalidTokenError, InvalidUsernameOrPasswordError, ParameterMissingError, ResourceNotFoundError, ResourcePersistenceError, UnpermittedParametersError