import { ENUMERATED } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; export declare enum _enum_for_AVMP_error { noReason = 0, unknownAvlEntity = 1, unknownContentType = 2, unsupportedAVMPversion = 3, missingContent = 4, missingContentComponent = 5, invalidContentComponent = 6, sequenceError = 7, protocolError = 8, invalidAvlSignature = 9, duplicateAVL = 10, missingAvlComponent = 11, invalidAvlVersion = 12, notAllowedForConstrainedAVLEntity = 13, constrainedRequired = 14, nonConstrainedRequired = 15, unsupportedCriticalEntryExtension = 16, unsupportedCriticalExtension = 17, maxAVLsExceeded = 18, unknownCert = 19, unknownAVL = 20, unsupportedScopeRestriction = 21 } /** * @summary AVMP_error * @description * * ### ASN.1 Definition: * * ```asn1 * AVMP-error ::= ENUMERATED { * noReason (0), * unknownAvlEntity (1), * unknownContentType (2), * unsupportedAVMPversion (3), * missingContent (4), * missingContentComponent (5), * invalidContentComponent (6), * sequenceError (7), * protocolError (8), * invalidAvlSignature (9), * duplicateAVL (10), * missingAvlComponent (11), * invalidAvlVersion (12), * notAllowedForConstrainedAVLEntity (13), * constrainedRequired (14), * nonConstrainedRequired (15), * unsupportedCriticalEntryExtension (16), * unsupportedCriticalExtension (17), * maxAVLsExceeded (18), * unknownCert (19), * unknownAVL (20), * unsupportedScopeRestriction (21), * ... } * ``` * * @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_unknownAvlEntity * @constant * @type {number} */ export declare const AVMP_error_unknownAvlEntity: AVMP_error; /** * @summary unknownAvlEntity * @constant * @type {number} */ export declare const unknownAvlEntity: AVMP_error; /** * @summary AVMP_error_unknownContentType * @constant * @type {number} */ export declare const AVMP_error_unknownContentType: AVMP_error; /** * @summary unknownContentType * @constant * @type {number} */ export declare const unknownContentType: AVMP_error; /** * @summary AVMP_error_unsupportedAVMPversion * @constant * @type {number} */ export declare const AVMP_error_unsupportedAVMPversion: AVMP_error; /** * @summary unsupportedAVMPversion * @constant * @type {number} */ export declare const unsupportedAVMPversion: AVMP_error; /** * @summary AVMP_error_missingContent * @constant * @type {number} */ export declare const AVMP_error_missingContent: AVMP_error; /** * @summary missingContent * @constant * @type {number} */ export declare const missingContent: AVMP_error; /** * @summary AVMP_error_missingContentComponent * @constant * @type {number} */ export declare const AVMP_error_missingContentComponent: AVMP_error; /** * @summary missingContentComponent * @constant * @type {number} */ export declare const missingContentComponent: AVMP_error; /** * @summary AVMP_error_invalidContentComponent * @constant * @type {number} */ export declare const AVMP_error_invalidContentComponent: AVMP_error; /** * @summary invalidContentComponent * @constant * @type {number} */ export declare const invalidContentComponent: AVMP_error; /** * @summary AVMP_error_sequenceError * @constant * @type {number} */ export declare const AVMP_error_sequenceError: AVMP_error; /** * @summary sequenceError * @constant * @type {number} */ export declare const sequenceError: 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_invalidAvlSignature * @constant * @type {number} */ export declare const AVMP_error_invalidAvlSignature: AVMP_error; /** * @summary invalidAvlSignature * @constant * @type {number} */ export declare const invalidAvlSignature: 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_unsupportedCriticalEntryExtension * @constant * @type {number} */ export declare const AVMP_error_unsupportedCriticalEntryExtension: AVMP_error; /** * @summary unsupportedCriticalEntryExtension * @constant * @type {number} */ export declare const unsupportedCriticalEntryExtension: AVMP_error; /** * @summary AVMP_error_unsupportedCriticalExtension * @constant * @type {number} */ export declare const AVMP_error_unsupportedCriticalExtension: AVMP_error; /** * @summary unsupportedCriticalExtension * @constant * @type {number} */ export declare const unsupportedCriticalExtension: 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_unknownCert * @constant * @type {number} */ export declare const AVMP_error_unknownCert: AVMP_error; /** * @summary unknownCert * @constant * @type {number} */ export declare const unknownCert: 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; /** * @summary AVMP_error_unsupportedScopeRestriction * @constant * @type {number} */ export declare const AVMP_error_unsupportedScopeRestriction: AVMP_error; /** * @summary unsupportedScopeRestriction * @constant * @type {number} */ export declare const unsupportedScopeRestriction: AVMP_error; export declare const _decode_AVMP_error: $.ASN1Decoder; export declare const _encode_AVMP_error: $.ASN1Encoder; //# sourceMappingURL=AVMP-error.ta.d.mts.map