esrf_pathlib._schemas.errors#
Exceptions
Field (concept or template) already exists. |
|
Field (concept or template) cannot be called this way. |
|
Field (concept or template) has a reserved name. |
|
Path concept is known but its value is wrong. |
|
Path concept is known but its value is not known. |
|
Path concept is known but its value is not known. |
|
Schema already exists. |
|
Path does not match the schema. |
|
Path does not match a path template. |
|
Path field (concept or template) is not known. |
|
Path concept is not known. |
|
Schema is not known. |
|
Path template is not known. |
- exception esrf_pathlib._schemas.errors.FieldNameCollision[source]#
Bases:
FieldNameErrorField (concept or template) already exists.
- exception esrf_pathlib._schemas.errors.FieldNameError[source]#
Bases:
EsrfPathlibErrorField (concept or template) cannot be called this way.
- exception esrf_pathlib._schemas.errors.ForbiddenFieldName[source]#
Bases:
FieldNameErrorField (concept or template) has a reserved name.
- exception esrf_pathlib._schemas.errors.PathConceptMatchError[source]#
Bases:
PathConceptValueErrorPath concept is known but its value is wrong.
- exception esrf_pathlib._schemas.errors.PathConceptValueError[source]#
Bases:
EsrfPathlibErrorPath concept is known but its value is not known.
- exception esrf_pathlib._schemas.errors.PathConceptWithoutValue[source]#
Bases:
PathConceptValueErrorPath concept is known but its value is not known.
- exception esrf_pathlib._schemas.errors.PathSchemaCollision[source]#
Bases:
EsrfPathlibErrorSchema already exists.
- exception esrf_pathlib._schemas.errors.PathSchemaMatchError[source]#
Bases:
PathTemplateMatchErrorPath does not match the schema. It did not match any of the enabled path templates.
- exception esrf_pathlib._schemas.errors.PathTemplateMatchError[source]#
Bases:
EsrfPathlibErrorPath does not match a path template.
- exception esrf_pathlib._schemas.errors.UnknownField[source]#
Bases:
EsrfPathlibErrorPath field (concept or template) is not known.
- exception esrf_pathlib._schemas.errors.UnknownPathConcept[source]#
Bases:
EsrfPathlibErrorPath concept is not known.
- exception esrf_pathlib._schemas.errors.UnknownPathSchema[source]#
Bases:
EsrfPathlibErrorSchema is not known.
- exception esrf_pathlib._schemas.errors.UnknownPathTemplate[source]#
Bases:
EsrfPathlibErrorPath template is not known.