UNPKG

@wildboar/rose

Version:
101 lines (100 loc) 3.06 kB
import * as $ from '@wildboar/asn1/functional'; /** * @summary InvokeProblem_duplicateInvocation * @constant * @type {number} */ export const InvokeProblem_duplicateInvocation = 0; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_duplicateInvocation * @constant * @type {number} */ export const duplicateInvocation = InvokeProblem_duplicateInvocation; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_unrecognizedOperation * @constant * @type {number} */ export const InvokeProblem_unrecognizedOperation = 1; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_unrecognizedOperation * @constant * @type {number} */ export const unrecognizedOperation = InvokeProblem_unrecognizedOperation; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_mistypedArgument * @constant * @type {number} */ export const InvokeProblem_mistypedArgument = 2; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_mistypedArgument * @constant * @type {number} */ export const mistypedArgument = InvokeProblem_mistypedArgument; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_resourceLimitation * @constant * @type {number} */ export const InvokeProblem_resourceLimitation = 3; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_resourceLimitation * @constant * @type {number} */ export const resourceLimitation = InvokeProblem_resourceLimitation; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_releaseInProgress * @constant * @type {number} */ export const InvokeProblem_releaseInProgress = 4; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_releaseInProgress * @constant * @type {number} */ export const releaseInProgress = InvokeProblem_releaseInProgress; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_unrecognizedLinkedId * @constant * @type {number} */ export const InvokeProblem_unrecognizedLinkedId = 5; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_unrecognizedLinkedId * @constant * @type {number} */ export const unrecognizedLinkedId = InvokeProblem_unrecognizedLinkedId; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_linkedResponseUnexpected * @constant * @type {number} */ export const InvokeProblem_linkedResponseUnexpected = 6; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_linkedResponseUnexpected * @constant * @type {number} */ export const linkedResponseUnexpected = InvokeProblem_linkedResponseUnexpected; /* SHORT_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_unexpectedLinkedOperation * @constant * @type {number} */ export const InvokeProblem_unexpectedLinkedOperation = 7; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary InvokeProblem_unexpectedLinkedOperation * @constant * @type {number} */ export const unexpectedLinkedOperation = InvokeProblem_unexpectedLinkedOperation; /* SHORT_NAMED_INTEGER_VALUE */ export const _decode_InvokeProblem = $._decodeInteger; export const _encode_InvokeProblem = $._encodeInteger; /* eslint-enable */