TailscaleOperationException constructor
- String operation,
- String message, {
- TailscaleErrorCode code = TailscaleErrorCode.unknown,
- int? statusCode,
- Object? cause,
Implementation
const TailscaleOperationException(
this.operation,
String message, {
this.code = TailscaleErrorCode.unknown,
this.statusCode,
super.cause,
}) : super(message);