import { type ERROR } from "../CommonProtocolSpecification/ERROR.oca.mjs"; import { AttributeErrorData } from "../DirectoryAbstractService/AttributeErrorData.ta.mjs"; import { OPTIONALLY_PROTECTED } from "../EnhancedSecurity/OPTIONALLY-PROTECTED.ta.mjs"; /** * @summary attributeError * @description * * ### ASN.1 Definition: * * ```asn1 * attributeError ERROR ::= { * PARAMETER OPTIONALLY-PROTECTED { AttributeErrorData } * CODE id-errcode-attributeError } * ``` * * @constant * @type {ERROR>} * @implements {ERROR>} */ export declare const attributeError: ERROR>; //# sourceMappingURL=attributeError.oa.d.mts.map