code property Null safety
read / write
The error code. Possible string values are:
- "INVALID_ARGUMENT"
- "INTERNAL"
- "PERMISSION_DENIED"
- "NOT_FOUND"
Implementation
core.String? code;
The error code. Possible string values are:
core.String? code;