Class Retries.RetryableException
- Namespace
- OpenPolicyAgent.Opa.OpenApi.Utils.Retries
- Assembly
- OpenPolicyAgent.Opa.dll
public sealed class Retries.RetryableException : Exception, ISerializable
- Inheritance
-
Retries.RetryableException
- Implements
- Inherited Members
Constructors
RetryableException(Exception)
public RetryableException(Exception innerException)
Parameters
innerException
Exception
RetryableException(HttpResponseMessage)
public RetryableException(HttpResponseMessage response)
Parameters
response
HttpResponseMessage
Fields
Response
public HttpResponseMessage? Response