error property
      
      LivenessException?
      get
      error
      
    
    
The error describes a failed liveness check and contains LivenessErrorCode codes.
Implementation
LivenessException? get error => _error;The error describes a failed liveness check and contains LivenessErrorCode codes.
LivenessException? get error => _error;