message property

String message
getter/setter pair

Message is a network-specific error message. The message MUST NOT change for a given code. In particular, this means that any contextual information should be included in the details field.

Implementation

String message;