Enum Class ResponseCode.KnownResponseCodes
java.lang.Object
java.lang.Enum<ResponseCode.KnownResponseCodes>
energy.eddie.regionconnector.at.eda.models.ResponseCode.KnownResponseCodes
- All Implemented Interfaces:
Serializable,Comparable<ResponseCode.KnownResponseCodes>,Constable
- Enclosing class:
ResponseCode
This enumeration contains all well known response codes with description that might be returned by a DSO in Austria.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable ResponseCode.KnownResponseCodesfromCode(int code) intgetCode()Returns the enum constant of this class with the specified name.static ResponseCode.KnownResponseCodes[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
METERING_POINT_NOT_FOUND
-
METERING_POINT_NOT_SUPPLIED
-
INVALID_REQUEST
-
RECEIVED
-
INVALID_PROCESSDATE
-
COMPETING_PROCESSES
-
INVALID_ENERGY_DIRECTION
-
ZP_ALREADY_ASSIGNED
-
METERING_POINT_NOT_ELIGIBLE_TO_PARTICIPATE
-
METERING_POINT_INACTIVE
-
DISTRIBUTION_MODEL_NOT_CORRESPONDING_TO_AGREEMENT
public static final ResponseCode.KnownResponseCodes DISTRIBUTION_MODEL_NOT_CORRESPONDING_TO_AGREEMENT -
REJECTED
-
TIMEOUT
-
REQUESTED_DATA_NOT_DELIVERABLE
-
ACCEPTED
-
TERMINATION_SUCCESSFUL
-
NO_CONSENT_PRESENT
-
CONSENT_ALREADY_EXISTS
-
CONSENT_REQUEST_ID_ALREADY_EXISTS
-
CONSENT_ID_EXPIRED
-
COMMUNITY_ID_NOT_FOUND
-
CUSTOMER_HAS_OPTED
-
METERING_POINT_NOT_IN_AREA_OF_ENERGY_COMMUNITY
-
CONSENT_AND_METERINGPOINT_DO_NOT_MATCH
-
PARTICIPATION_FACTOR_EXCEEDED
-
PARTICIPATION_LIMIT_EXCEEDED
-
UNSTABLE_COMMUNICATION
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
-
getCode
public int getCode() -
getMessage
-