FHIRValidationErrorType
public enum FHIRValidationErrorType: Int
The type of the validation error.
-
The key is mandatory but missing.
Declaration
Swift
case missingKey
-
This property key should not be here.
Declaration
Swift
case unknownKey
-
The value type for the key is wrong.
Declaration
Swift
case wrongValueTypeForKey
-
A problem with the value of the key that is described in text.
Declaration
Swift
case problemWithValueForKey
-
Errors of this type usually encapsulate child validation errors.
Declaration
Swift
case problemsWithKey