class Temporalio::Error::ServerError

def retryable?

Returns:
  • (Boolean) - Inverse of {non_retryable}.
def retryable?
  !@non_retryable
end