Class: Ecoportal::API::GraphQL::Error::LocationsError
- Inherits:
-
Logic::BaseModel
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Logic::BaseModel
- Ecoportal::API::GraphQL::Error::LocationsError
- Defined in:
- lib/ecoportal/api/graphql/error/locations_error.rb,
lib/ecoportal/api/graphql/error/locations_error/fetch_nested.rb
Defined Under Namespace
Modules: FetchNested
Constant Summary
Constants included from Common::GraphQL::Model::Diffable
Common::GraphQL::Model::Diffable::DIFF_CLASS
Instance Method Summary collapse
Methods included from Common::GraphQL::Model::AsInput
Methods included from Common::GraphQL::Model::Diffable
Instance Method Details
#any? ⇒ Boolean
16 17 18 |
# File 'lib/ecoportal/api/graphql/error/locations_error.rb', line 16 def any? !empty? end |
#empty? ⇒ Boolean
12 13 14 |
# File 'lib/ecoportal/api/graphql/error/locations_error.rb', line 12 def empty? conflictingIds.empty? && validationErrors.empty? end |