Module: FunWithJsonApi::Exceptions

Defined in:
lib/fun_with_json_api/exceptions/invalid_document.rb,
lib/fun_with_json_api/exceptions/invalid_resource.rb,
lib/fun_with_json_api/exceptions/missing_resource.rb,
lib/fun_with_json_api/exceptions/invalid_attribute.rb,
lib/fun_with_json_api/exceptions/unknown_attribute.rb,
lib/fun_with_json_api/exceptions/invalid_relationship.rb,
lib/fun_with_json_api/exceptions/missing_relationship.rb,
lib/fun_with_json_api/exceptions/unknown_relationship.rb,
lib/fun_with_json_api/exceptions/invalid_document_type.rb,
lib/fun_with_json_api/exceptions/unauthorized_resource.rb,
lib/fun_with_json_api/exceptions/unauthorized_attribute.rb,
lib/fun_with_json_api/exceptions/invalid_relationship_type.rb,
lib/fun_with_json_api/exceptions/unauthorized_relationship.rb,
lib/fun_with_json_api/exceptions/invalid_document_identifier.rb,
lib/fun_with_json_api/exceptions/relationship_method_not_supported.rb,
lib/fun_with_json_api/exceptions/illegal_client_generated_identifier.rb,
lib/fun_with_json_api/exceptions/invalid_client_generated_identifier.rb

Defined Under Namespace

Classes: IllegalClientGeneratedIdentifier, InvalidAttribute, InvalidClientGeneratedIdentifier, InvalidDocument, InvalidDocumentIdentifier, InvalidDocumentType, InvalidRelationship, InvalidRelationshipType, InvalidResource, MissingRelationship, MissingResource, RelationshipMethodNotSupported, UnauthorizedAttribute, UnauthorizedRelationship, UnauthorizedResource, UnknownAttribute, UnknownRelationship