Skip to main content
Version: v0.0.6

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';