Interface: PayError
Defined in: src/lib/pay/index.ts:184
The error payload carried by the err branch of calculateContractorPay's Result.
Properties
code
readonlycode:PayErrorCode
Defined in: src/lib/pay/index.ts:185
message
readonlymessage:string
Defined in: src/lib/pay/index.ts:187
Human-readable explanation of the validation failure (safe to surface; contains no PII).