OperationError.forbidden constructor
- Map<
String, dynamic> json
An error that indicates that the dispatch target used to sign the JWS is not part of the requested device.
Params:
- json: contains the source for instance creation.
Implementation
factory OperationError.forbidden(Map<String, dynamic> json) {
return OperationForbidden.fromJson(json);
}