code property

String? code
getter/setter pair

The error code. Possible string values are:

  • "INVALID_ARGUMENT"
  • "INTERNAL"
  • "PERMISSION_DENIED"
  • "NOT_FOUND"

Implementation

core.String? code;