public static enum ValidationMessage.IssueType extends Enum<ValidationMessage.IssueType>
| Enum Constant and Description |
|---|
BUSINESSRULE
The content/operation failed to pass some business rule, and so could not proceed.
|
CODEINVALID
The code or system could not be understood, or it was not valid in the context of a particular ValueSet.code.
|
CONFLICT
Content could not be accepted because of an edit conflict (i.e.
|
DUPLICATE
An attempt was made to create a duplicate record.
|
EXCEPTION
An unexpected internal error has occurred.
|
EXPIRED
User session expired; a login may be required.
|
EXTENSION
An extension was found that was not acceptable, could not be resolved, or a modifierExtension was not recognized.
|
FORBIDDEN
The user does not have the rights to perform this action.
|
INCOMPLETE
Not all data sources typically accessed could be reached, or responded in time, so the returned information may not be complete.
|
INFORMATIONAL
A message unrelated to the processing success of the completed operation (examples of the latter include things like reminders of password expiry, system maintenance times, etc.).
|
INVALID
Content invalid against the specification or a profile.
|
INVARIANT
A content validation rule failed - e.g.
|
LOCKERROR
A resource/record locking failure (usually in an underlying database).
|
LOGIN
The client needs to initiate an authentication process.
|
NOSTORE
The persistent store is unavailable; e.g.
|
NOTFOUND
The reference provided was not found.
|
NOTSUPPORTED
The resource or profile is not supported.
|
NULL
added to help the parsers with the generic types
|
PROCESSING
Processing issues.
|
REQUIRED
A required element is missing.
|
SECURITY
An authentication/authorization/permissions issue of some kind.
|
STRUCTURE
A structural issue in the content such as wrong namespace, or unable to parse the content completely, or invalid json syntax.
|
SUPPRESSED
Some information was not or may not have been returned due to business rules, consent or privacy rules, or access permission constraints.
|
THROTTLED
The system is not prepared to handle this request due to load management.
|
TIMEOUT
An internal timeout has occurred.
|
TOOCOSTLY
The operation was stopped to protect server resources; e.g.
|
TOOLONG
Provided content is too long (typically, this is a denial of service protection type of error).
|
TRANSIENT
Transient processing issues.
|
UNKNOWN
The user or system was not able to be authenticated (either there is no process, or the proferred token is unacceptable).
|
VALUE
An element value is invalid.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidationMessage.IssueType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ValidationMessage.IssueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationMessage.IssueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValidationMessage.IssueType INVALID
public static final ValidationMessage.IssueType STRUCTURE
public static final ValidationMessage.IssueType REQUIRED
public static final ValidationMessage.IssueType VALUE
public static final ValidationMessage.IssueType INVARIANT
public static final ValidationMessage.IssueType SECURITY
public static final ValidationMessage.IssueType LOGIN
public static final ValidationMessage.IssueType UNKNOWN
public static final ValidationMessage.IssueType EXPIRED
public static final ValidationMessage.IssueType FORBIDDEN
public static final ValidationMessage.IssueType SUPPRESSED
public static final ValidationMessage.IssueType PROCESSING
public static final ValidationMessage.IssueType NOTSUPPORTED
public static final ValidationMessage.IssueType DUPLICATE
public static final ValidationMessage.IssueType NOTFOUND
public static final ValidationMessage.IssueType TOOLONG
public static final ValidationMessage.IssueType CODEINVALID
public static final ValidationMessage.IssueType EXTENSION
public static final ValidationMessage.IssueType TOOCOSTLY
public static final ValidationMessage.IssueType BUSINESSRULE
public static final ValidationMessage.IssueType CONFLICT
public static final ValidationMessage.IssueType INCOMPLETE
public static final ValidationMessage.IssueType TRANSIENT
public static final ValidationMessage.IssueType LOCKERROR
public static final ValidationMessage.IssueType NOSTORE
public static final ValidationMessage.IssueType EXCEPTION
public static final ValidationMessage.IssueType TIMEOUT
public static final ValidationMessage.IssueType THROTTLED
public static final ValidationMessage.IssueType INFORMATIONAL
public static final ValidationMessage.IssueType NULL
public static ValidationMessage.IssueType[] values()
for (ValidationMessage.IssueType c : ValidationMessage.IssueType.values()) System.out.println(c);
public static ValidationMessage.IssueType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ValidationMessage.IssueType fromCode(String codeString) throws FHIRException
FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.