ErrorLocation#
- class safir.models.ErrorLocation(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)#
-
Possible locations for an error.
The first element of
loc
inErrorDetail
should be chosen from one of these values.Attributes Summary
Attributes Documentation
- body = 'body'#
- header = 'header'#
- path = 'path'#
- query = 'query'#