error property

String? error
getter/setter pair

Error in the dependency.

Optional. Possible string values are:

  • "ERROR_UNSPECIFIED" : Default value used for no error in the dependency.
  • "SUPPLIER_NOT_FOUND" : Supplier entity has been deleted.
  • "SUPPLIER_RECREATED" : Supplier entity has been recreated.

Implementation

core.String? error;