/** * @hidden */ declare class UseLiveDataObjectActionError extends Error { constructor(ddsName: string, functionName: string, message: string); } /** * @hidden */ export declare class ActionContainerNotJoinedError extends UseLiveDataObjectActionError { constructor(ddsName: string, functionName: string); } /** * @hidden */ export declare class ActionLiveDataObjectUndefinedError extends UseLiveDataObjectActionError { constructor(ddsName: string, functionName: string); } /** * @hidden */ export declare class ActionLiveDataObjectInitializedError extends UseLiveDataObjectActionError { constructor(ddsName: string, functionName: string); } /** * @hidden */ export interface ITeamsJsSdkError { /** * error code */ errorCode: number; /** * Optional description for the error. This may contain useful information for web-app developers. * This string will not be localized and is not for end-user consumption. * App should not depend on the string content. The exact value may change. This is only for debugging purposes. */ message?: string; } export {}; //# sourceMappingURL=errors.d.ts.map