OfficeExtension.ErrorCodes class

Represents the error code that can be returned by OfficeExtension.Error.code.

To learn more about the error codes, see Office Common API error codes.

Properties

Property Details

accessDenied

TypeScript
public static accessDenied: string;

Property Value

string

activityLimitReached

TypeScript
public static activityLimitReached: string;

Property Value

string

apiNotFound

TypeScript
public static apiNotFound: string;

Property Value

string

cannotRegisterEvent

TypeScript
public static cannotRegisterEvent: string;

Property Value

string

connectionFailure

TypeScript
public static connectionFailure: string;

Property Value

string

generalException

TypeScript
public static generalException: string;

Property Value

string

invalidArgument

TypeScript
public static invalidArgument: string;

Property Value

string

invalidObjectPath

TypeScript
public static invalidObjectPath: string;

Property Value

string

invalidRequestContext

TypeScript
public static invalidRequestContext: string;

Property Value

string

propertyNotLoaded

TypeScript
public static propertyNotLoaded: string;

Property Value

string

runMustReturnPromise

TypeScript
public static runMustReturnPromise: string;

Property Value

string

valueNotLoaded

TypeScript
public static valueNotLoaded: string;

Property Value

string