OfficeExtension.ErrorCodes class

OfficeExtension.Error.code によって返されるエラー コードを表します

エラー コードの詳細については、「 Office Common API エラー コード」を参照してください。

プロパティ

accessDenied
activityLimitReached
apiNotFound
cannotRegisterEvent
connectionFailure
generalException
invalidArgument
invalidObjectPath
invalidRequestContext
propertyNotLoaded
runMustReturnPromise
valueNotLoaded

プロパティの詳細

accessDenied

public static accessDenied: string;

プロパティ値

string

activityLimitReached

public static activityLimitReached: string;

プロパティ値

string

apiNotFound

public static apiNotFound: string;

プロパティ値

string

cannotRegisterEvent

public static cannotRegisterEvent: string;

プロパティ値

string

connectionFailure

public static connectionFailure: string;

プロパティ値

string

generalException

public static generalException: string;

プロパティ値

string

invalidArgument

public static invalidArgument: string;

プロパティ値

string

invalidObjectPath

public static invalidObjectPath: string;

プロパティ値

string

invalidRequestContext

public static invalidRequestContext: string;

プロパティ値

string

propertyNotLoaded

public static propertyNotLoaded: string;

プロパティ値

string

runMustReturnPromise

public static runMustReturnPromise: string;

プロパティ値

string

valueNotLoaded

public static valueNotLoaded: string;

プロパティ値

string