/** * Module errors. * * @module */ /** Container resource not found in account */ export declare const ECONTAINER_NOT_PUBLISHED: { readonly code: 1; readonly name: "ECONTAINER_NOT_PUBLISHED"; readonly doc: "Container resource not found in account"; }; //# sourceMappingURL=errors.d.ts.map