Exception: JSON::LD::InvalidContext
- Inherits:
-
Exception
- Object
- Exception
- JSON::LD::InvalidContext
- Defined in:
- lib/json/ld.rb
Defined Under Namespace
Constant Summary collapse
- INVALID_SYNTAX =
A general syntax error was detected in the @context. For example, if a @type key maps to anything other than @id or an absolute IRI, this exception would be raised.
1
- LOAD_ERROR =
There was a problem encountered loading a remote context.
2
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
124 125 126 |
# File 'lib/json/ld.rb', line 124 def code @code end |