Exception: OpenAPIParser::NotNullError

Inherits:
OpenAPIError
  • Object
show all
Defined in:
lib/openapi_parser/errors.rb

Instance Method Summary collapse

Methods inherited from OpenAPIError

#initialize

Constructor Details

This class inherits a constructor from OpenAPIParser::OpenAPIError

Instance Method Details

#messageObject



30
31
32
# File 'lib/openapi_parser/errors.rb', line 30

def message
  "#{@reference} does not allow null values"
end