ExceptionCode Enum

Definition

Exception code to trace the exception types.

public enum ExceptionCode
type ExceptionCode = 
Public Enum ExceptionCode
Inheritance
ExceptionCode

Fields

ChannelNotSupported 3

Channel is not supported error.

ConsentFailed 5

User failed to finish the AAD consent flow failed.

FailedOperation 9

Operation failed.

InternalError 2

Internal error.

InvalidConfiguration 1

Invalid configuration error.

InvalidParameter 0

Invalid parameter error.

JSRuntimeError 10

General JSException that are not generated by TeamsFx SDK.

RuntimeNotSupported 4

Runtime is not supported error.

ServiceError 8

Call service (AAD) failed.

TokenExpiredError 7

Token is not within its valid time range error.

UiRequiredError 6

The user or administrator has not consented to use the application error.

Applies to