UNPKG

@wildboar/rose

Version:
31 lines (30 loc) 648 B
/** * @summary refuse * @description * * ### ASN.1 Definition: * * ```asn1 * refuse ERROR ::= {CODE local:-1 * } * ``` * * @constant * @type {ERROR} * @implements {ERROR} */ export const refuse = { class: 'ERROR', decoderFor: { '&ParameterType': undefined, }, encoderFor: { '&ParameterType': undefined, }, '&errorCode': { local: -1, } /* OBJECT_FIELD_SETTING */ /* UNIQUE_OBJECT_FIELD_SETTING */, '&ParameterType': 0 /* OBJECT_FIELD_SETTING OBJECT_TYPE_FIELD_SETTING */, '&ErrorPriority': 0 /* OBJECT_FIELD_SETTING OBJECT_VALUE_SET_FIELD_SETTING */, }; /* eslint-enable */