code property

String? code
getter/setter pair

A 7 character code matching ^IST[0-9]{4}$ or ^ASM[0-9]{4}$, intended to uniquely identify the message type.

(e.g. "IST0001" is mapped to the "InternalError" message type.)

Implementation

core.String? code;