CloudHsmServiceException constructor

CloudHsmServiceException({
  1. String? message,
  2. bool? retryable,
})

Implementation

CloudHsmServiceException({
  this.message,
  this.retryable,
});