ExceptionCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exception code to trace the exception types.
public enum ExceptionCode
type ExceptionCode =
Public Enum ExceptionCode
- Inheritance
-
ExceptionCode
Fields
Name | Value | Description |
---|---|---|
InvalidParameter | 0 | Invalid parameter error. |
InvalidConfiguration | 1 | Invalid configuration error. |
InternalError | 2 | Internal error. |
ChannelNotSupported | 3 | Channel is not supported error. |
RuntimeNotSupported | 4 | Runtime is not supported error. |
ConsentFailed | 5 | User failed to finish the AAD consent flow failed. |
UiRequiredError | 6 | The user or administrator has not consented to use the application error. |
TokenExpiredError | 7 | Token is not within its valid time range error. |
ServiceError | 8 | Call service (AAD) failed. |
FailedOperation | 9 | Operation failed. |
JSRuntimeError | 10 | General JSException that are not generated by TeamsFx SDK. |