public enum FaultCodeType extends Enum<FaultCodeType>
Java class for FaultCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="FaultCodeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="AUDIT_NOT_FOUND"/>
<enumeration value="EID_STATUS_INVALID"/>
<enumeration value="FILE_NOT_FOUND"/>
<enumeration value="GENERIC_ERROR"/>
<enumeration value="RECEIVE_ERROR"/>
<enumeration value="SCHEMA_ERROR"/>
<enumeration value="UNAUTHORIZED"/>
<enumeration value="UNKNOWN_SESSION_KEY"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AUDIT_NOT_FOUND
The given audit number does not exist within the system.
|
EID_STATUS_INVALID
The care provider certificate is found to be invalid.
|
FILE_NOT_FOUND
The file sequence number does not exist within the system.
|
GENERIC_ERROR
Generic error.
|
RECEIVE_ERROR
The system was unable to queue the post for further processing.
|
SCHEMA_ERROR
The structure of the document is not correct (package error).
|
UNAUTHORIZED
The care provider was not authorized by Be-Health.
|
UNKNOWN_SESSION_KEY
The session key used to authenticate is unknown by the system.
|
| Modifier and Type | Method and Description |
|---|---|
static FaultCodeType |
fromValue(String v) |
String |
value() |
static FaultCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaultCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FaultCodeType AUDIT_NOT_FOUND
public static final FaultCodeType EID_STATUS_INVALID
public static final FaultCodeType FILE_NOT_FOUND
public static final FaultCodeType GENERIC_ERROR
public static final FaultCodeType RECEIVE_ERROR
public static final FaultCodeType SCHEMA_ERROR
public static final FaultCodeType UNAUTHORIZED
public static final FaultCodeType UNKNOWN_SESSION_KEY
public static FaultCodeType[] values()
for (FaultCodeType c : FaultCodeType.values()) System.out.println(c);
public static FaultCodeType 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 String value()
public static FaultCodeType fromValue(String v)
Connector Packaging generic 4.9.5 API
Copyright © {inceptionYear}-2026 eHealth. All Rights Reserved.