Type Alias: NcpdpWarningCode
NcpdpWarningCode =
ScriptWarningCode|TelecomWarningCode
The union of every public warning code across both standards. A quirk's
expectedWarnings is drawn from this set and validated against it.
Example
import type { NcpdpWarningCode } from "@cosyte/ncpdp/profiles";
const code: NcpdpWarningCode = "NCPDP_TELECOM_UNKNOWN_REJECT_CODE";