Class UnhealthyServer
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.styra.opa.openapi.models.errors.UnhealthyServer
- All Implemented Interfaces:
Serializable
UnhealthyServer
OPA service is not healthy. If the bundles option is specified this can mean any of the configured bundles have not yet been activated. If the plugins option is specified then at least one plugin is in a non-OK state.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final UnhealthyServer.Builder
builder()
code()
boolean
error()
int
hashCode()
message()
toString()
withMessage
(String message) withMessage
(Optional<String> message) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UnhealthyServer
-
UnhealthyServer
-
-
Method Details