import { ENUMERATED } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; export declare enum _enum_for_AVMP_error { noReason = 0, protocolError = 1, duplicateAVL = 2, missingAvlComponent = 3, invalidAvlVersion = 4, notAllowedForConstrainedAVLEntity = 5, constrainedRequired = 6, nonConstrainedRequired = 7, unsupportedCriticalEntryExtenssion = 8, unsupportedCriticalExtenssion = 9, maxAVLsExceeded = 10, unknownAVL = 11 } /** * @summary AVMP_error * @description * * ### ASN.1 Definition: * * ```asn1 * AVMP-error ::= ENUMERATED { * noReason (0), * protocolError (1), * duplicateAVL (2), * missingAvlComponent (3), * invalidAvlVersion (4), * notAllowedForConstrainedAVLEntity (5), * constrainedRequired (6), * nonConstrainedRequired (7), * unsupportedCriticalEntryExtenssion (8), * unsupportedCriticalExtenssion (9), * maxAVLsExceeded (10), * unknownAVL (11), * ... } * ``` * * @enum {number} */ export type AVMP_error = _enum_for_AVMP_error | ENUMERATED; /** * @summary AVMP_error_noReason * @constant * @type {number} */ export declare const AVMP_error_noReason: AVMP_error; /** * @summary noReason * @constant * @type {number} */ export declare const noReason: AVMP_error; /** * @summary AVMP_error_protocolError * @constant * @type {number} */ export declare const AVMP_error_protocolError: AVMP_error; /** * @summary protocolError * @constant * @type {number} */ export declare const protocolError: AVMP_error; /** * @summary AVMP_error_duplicateAVL * @constant * @type {number} */ export declare const AVMP_error_duplicateAVL: AVMP_error; /** * @summary duplicateAVL * @constant * @type {number} */ export declare const duplicateAVL: AVMP_error; /** * @summary AVMP_error_missingAvlComponent * @constant * @type {number} */ export declare const AVMP_error_missingAvlComponent: AVMP_error; /** * @summary missingAvlComponent * @constant * @type {number} */ export declare const missingAvlComponent: AVMP_error; /** * @summary AVMP_error_invalidAvlVersion * @constant * @type {number} */ export declare const AVMP_error_invalidAvlVersion: AVMP_error; /** * @summary invalidAvlVersion * @constant * @type {number} */ export declare const invalidAvlVersion: AVMP_error; /** * @summary AVMP_error_notAllowedForConstrainedAVLEntity * @constant * @type {number} */ export declare const AVMP_error_notAllowedForConstrainedAVLEntity: AVMP_error; /** * @summary notAllowedForConstrainedAVLEntity * @constant * @type {number} */ export declare const notAllowedForConstrainedAVLEntity: AVMP_error; /** * @summary AVMP_error_constrainedRequired * @constant * @type {number} */ export declare const AVMP_error_constrainedRequired: AVMP_error; /** * @summary constrainedRequired * @constant * @type {number} */ export declare const constrainedRequired: AVMP_error; /** * @summary AVMP_error_nonConstrainedRequired * @constant * @type {number} */ export declare const AVMP_error_nonConstrainedRequired: AVMP_error; /** * @summary nonConstrainedRequired * @constant * @type {number} */ export declare const nonConstrainedRequired: AVMP_error; /** * @summary AVMP_error_unsupportedCriticalEntryExtenssion * @constant * @type {number} */ export declare const AVMP_error_unsupportedCriticalEntryExtenssion: AVMP_error; /** * @summary unsupportedCriticalEntryExtenssion * @constant * @type {number} */ export declare const unsupportedCriticalEntryExtenssion: AVMP_error; /** * @summary AVMP_error_unsupportedCriticalExtenssion * @constant * @type {number} */ export declare const AVMP_error_unsupportedCriticalExtenssion: AVMP_error; /** * @summary unsupportedCriticalExtenssion * @constant * @type {number} */ export declare const unsupportedCriticalExtenssion: AVMP_error; /** * @summary AVMP_error_maxAVLsExceeded * @constant * @type {number} */ export declare const AVMP_error_maxAVLsExceeded: AVMP_error; /** * @summary maxAVLsExceeded * @constant * @type {number} */ export declare const maxAVLsExceeded: AVMP_error; /** * @summary AVMP_error_unknownAVL * @constant * @type {number} */ export declare const AVMP_error_unknownAVL: AVMP_error; /** * @summary unknownAVL * @constant * @type {number} */ export declare const unknownAVL: AVMP_error; export declare const _decode_AVMP_error: $.ASN1Decoder; export declare const _encode_AVMP_error: $.ASN1Encoder; //# sourceMappingURL=AVMP-error.ta.d.mts.map