Exception raised when one or more errors occurred during model validation.
More...
|
| __init__ (self, errors, path=None) |
| Initializer.
|
|
| prefixed (self, path_prefix) |
| Creates a new instance of the receiver, with the given path prefix applied.
|
|
Exception raised when one or more errors occurred during model validation.
◆ __init__()
fhirclient.models.fhirabstractbase.FHIRValidationError.__init__ |
( |
|
self, |
|
|
|
errors, |
|
|
|
path = None |
|
) |
| |
Initializer.
- Parameters
-
errors | List of Exception instances. Also accepts a string, which is converted to a TypeError. |
path | str The property path on the object where errors occurred |
◆ prefixed()
fhirclient.models.fhirabstractbase.FHIRValidationError.prefixed |
( |
|
self, |
|
|
|
path_prefix |
|
) |
| |
Creates a new instance of the receiver, with the given path prefix applied.
◆ errors
fhirclient.models.fhirabstractbase.FHIRValidationError.errors |
◆ path
fhirclient.models.fhirabstractbase.FHIRValidationError.path |
The documentation for this class was generated from the following file: