public enum IssueType extends Enum<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.
|
DELETED
The reference pointed to content (usually a resource) that has been deleted.
|
DUPLICATE
An attempt was made to create a duplicate record.
|
EXCEPTION
y.
|
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 might not be complete (applies to search interactions and some operations).
|
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.
|
MULTIPLEMATCHES
Multiple matching records were found when the operation required only one match.
|
NOSTORE
The persistent store is unavailable; e.g.
|
NOTFOUND
The reference provided was not found.
|
NOTSUPPORTED
The interaction, operation, resource or profile is not supported.
|
NULL
added to help the parsers
|
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, unable to parse the content completely, invalid syntax, etc.
|
SUPPRESSED
Some information was not or might 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 or header value is invalid.
|
| Modifier and Type | Method and Description |
|---|---|
static IssueType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static IssueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IssueType INVALID
public static final IssueType STRUCTURE
public static final IssueType INVARIANT
public static final IssueType SECURITY
public static final IssueType UNKNOWN
public static final IssueType FORBIDDEN
public static final IssueType SUPPRESSED
public static final IssueType PROCESSING
public static final IssueType NOTSUPPORTED
public static final IssueType MULTIPLEMATCHES
public static final IssueType NOTFOUND
public static final IssueType DELETED
public static final IssueType TOOLONG
public static final IssueType CODEINVALID
public static final IssueType EXTENSION
public static final IssueType TOOCOSTLY
public static final IssueType BUSINESSRULE
public static final IssueType CONFLICT
public static final IssueType TRANSIENT
public static final IssueType LOCKERROR
public static final IssueType NOSTORE
public static final IssueType INCOMPLETE
public static final IssueType THROTTLED
public static final IssueType INFORMATIONAL
public static IssueType[] values()
for (IssueType c : IssueType.values()) System.out.println(c);
public static 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 IssueType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.