AIException.ErrorCodes Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. semantickernel. exceptions. AIException. ErrorCodes
- com.
- java.
public enum AIException.ErrorCodes
extends java.lang.Enum<ErrorCodes>
Error codes
Fields
| ACCESS_DENIED |
Access denied. |
| FUNCTION_TYPE_NOT_SUPPORTED |
Function type not supported. |
| INVALID_CONFIGURATION |
Invalid configuration. |
| INVALID_REQUEST |
Invalid request. |
| INVALID_RESPONSE_CONTENT |
Invalid response. |
| MODEL_NOT_AVAILABLE |
Model not available. |
| NO_RESPONSE |
No response. |
| REQUEST_TIMEOUT |
Request timeout. |
| SERVICE_ERROR |
Service error. |
| THROTTLING |
Throttling. |
| UNKNOWN_ERROR |
Unknown error. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
getMessage()
public String getMessage()
Gets the error message.
Returns
valueOf(String name)
public static AIException.ErrorCodes valueOf(String name)
Parameters
- name
- java.lang.String