/** * Module errors. * * @module */ /** The `Configuration` resource is in an invalid state */ export declare const ECONFIGURATION: { readonly code: 1; readonly name: "ECONFIGURATION"; readonly doc: "The `Configuration` resource is in an invalid state"; }; /** A `Reconfiguration` resource is in an invalid state */ export declare const ECONFIG: { readonly code: 2; readonly name: "ECONFIG"; readonly doc: "A `Reconfiguration` resource is in an invalid state"; }; /** A `ModifyConfigCapability` is in a different state than was expected */ export declare const EMODIFY_CAPABILITY: { readonly code: 3; readonly name: "EMODIFY_CAPABILITY"; readonly doc: "A `ModifyConfigCapability` is in a different state than was expected"; }; /** An invalid block time was encountered. */ export declare const EINVALID_BLOCK_TIME: { readonly code: 4; readonly name: "EINVALID_BLOCK_TIME"; readonly doc: "An invalid block time was encountered."; }; /** An invalid block time was encountered. */ export declare const EINVALID_GUID_FOR_EVENT: { readonly code: 5; readonly name: "EINVALID_GUID_FOR_EVENT"; readonly doc: "An invalid block time was encountered."; }; //# sourceMappingURL=errors.d.ts.map