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
public static accessDenied: string;
Property Value
string
activityLimitReached
public static activityLimitReached: string;
Property Value
string
apiNotFound
public static apiNotFound: string;
Property Value
string
cannotRegisterEvent
public static cannotRegisterEvent: string;
Property Value
string
connectionFailure
public static connectionFailure: string;
Property Value
string
generalException
public static generalException: string;
Property Value
string
invalidArgument
public static invalidArgument: string;
Property Value
string
invalidObjectPath
public static invalidObjectPath: string;
Property Value
string
invalidRequestContext
public static invalidRequestContext: string;
Property Value
string
propertyNotLoaded
public static propertyNotLoaded: string;
Property Value
string
runMustReturnPromise
public static runMustReturnPromise: string;
Property Value
string
valueNotLoaded
public static valueNotLoaded: string;
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins