code property
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;
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.)
core.String? code;