- https://purl.semanticip.org/linked-data/sdmx/ML/Error
TTL - http://www.sdmx.org/resources/sdmxml/schemas/v3_1/message
- element
Error is used to communicate that an error has occurred when responding to a request in an non-registry environment. The content will be a collection of error messages.
- SDMXMessage.xsd
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Error" type="ErrorType">
<xs:annotation>
<xs:documentation>Error is used to communicate that an error has occurred when responding to a request in an non-registry environment. The content will be a collection of error messages.</xs:documentation>
</xs:annotation>
</xs:element>