code property

String code
final

Error code identifying the type of error.

Possible values:

  • 'cancelled': User cancelled the operation
  • 'not_supported': Operation not supported on this platform
  • 'internal_error': Internal error occurred
  • 'invalid_argument': Invalid argument provided

Implementation

final String code;