Exception: OpenAPIParser::NotNullError
- Inherits:
-
OpenAPIError
- Object
- StandardError
- OpenAPIError
- OpenAPIParser::NotNullError
- Defined in:
- lib/openapi_parser/errors.rb
Instance Method Summary collapse
Methods inherited from OpenAPIError
Constructor Details
This class inherits a constructor from OpenAPIParser::OpenAPIError
Instance Method Details
#message ⇒ Object
36 37 38 |
# File 'lib/openapi_parser/errors.rb', line 36 def "#{@reference} does not allow null values" end |