Type Alias: NegativeAckCode
NegativeAckCode =
"AE"|"AR"
The negative original-mode acknowledgement codes a failed handler can produce.
Example
import type { NegativeAckCode } from '@cosyte/mllp';
const code: NegativeAckCode = 'AR';
NegativeAckCode =
"AE"|"AR"
The negative original-mode acknowledgement codes a failed handler can produce.
import type { NegativeAckCode } from '@cosyte/mllp';
const code: NegativeAckCode = 'AR';