warnings¶
FieldValueNotRecognized (OptimadeWarning)
¶
A field or value used in the request is not recognised by this implementation.
MissingExpectedField (OptimadeWarning)
¶
A field was provided with a null value when a related field was provided with a value.
OptimadeWarning (Warning)
¶
Base Warning for the optimade
package
QueryParamNotUsed (OptimadeWarning)
¶
A query parameter is not used in this request.
TimestampNotRFCCompliant (OptimadeWarning)
¶
A timestamp has been used in a filter that contains microseconds and is thus not RFC 3339 compliant. This may cause undefined behaviour in the query results.
TooManyValues (OptimadeWarning)
¶
A field or query parameter has too many values to be handled by this implementation.