ConfigurationException.ErrorCodes Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. semantickernel. exceptions. ConfigurationException. ErrorCodes
- com.
- java.
public enum ConfigurationException.ErrorCodes
extends java.lang.Enum<ErrorCodes>
ErrorCodes for this exception.
Fields
| CONFIGURATION_NOT_FOUND |
Could not find configuration file |
| COULD_NOT_READ_CONFIGURATION |
Could not parse or load configuration file |
| NO_VALID_CONFIGURATIONS_FOUND |
Could not find any valid configuration settings |
| UNKNOWN_ERROR |
Unknown error |
| VALUE_NOT_FOUND |
Could not find value for configuration key |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
getMessage()
public String getMessage()
Gets the message for the error code.
Returns
getMessage(String param)
public String getMessage(String param)
Format the message with the given parameter.
Parameters
- param
- java.lang.String
Returns
valueOf(String name)
public static ConfigurationException.ErrorCodes valueOf(String name)
Parameters
- name
- java.lang.String