SMART on FHIR Python Client  3.0.0
fhirclient.models.fhirabstractbase.FHIRValidationError Class Reference

Exception raised when one or more errors occurred during model validation. More...

Inheritance diagram for fhirclient.models.fhirabstractbase.FHIRValidationError:

Public Member Functions

def __init__ (self, errors, path=None)
 Initializer. More...
 
def prefixed (self, path_prefix)
 Creates a new instance of the receiver, with the given path prefix applied. More...
 

Public Attributes

 errors
 
 path
 

Detailed Description

Exception raised when one or more errors occurred during model validation.

Constructor & Destructor Documentation

def fhirclient.models.fhirabstractbase.FHIRValidationError.__init__ (   self,
  errors,
  path = None 
)

Initializer.

:param errors: List of Exception instances. Also accepts a string, which is converted to a TypeError. :param str path: The property path on the object where errors occurred

Member Function Documentation

def fhirclient.models.fhirabstractbase.FHIRValidationError.prefixed (   self,
  path_prefix 
)

Creates a new instance of the receiver, with the given path prefix applied.

Member Data Documentation

fhirclient.models.fhirabstractbase.FHIRValidationError.errors
fhirclient.models.fhirabstractbase.FHIRValidationError.path

The documentation for this class was generated from the following file: