errorStringMap constant

List<String> const errorStringMap

Implementation

static const List<String> errorStringMap = [
  "temporarily out of memory, may retry after X milliseconds",
  "permanently out of memory, may retry with at most X octets",
  "carrier specific error, may retry after X milliseconds"
];