domain property

String? domain
getter/setter pair

Error domain.

RoSy services can define their own domain and error codes. This should normally be the name of an enum type, such as: gdata.CoreErrorDomain

Implementation

core.String? domain;