GetHealthResponseEnum
public enum GetHealthResponseEnum : Sendable
Response enum for health check requests.
Represents the result of a Soroban RPC health check operation.
-
Successfully retrieved health status from Soroban RPC.
Declaration
Swift
case success(response: GetHealthResponse) -
Failed to retrieve health status, error details in associated value.
Declaration
Swift
case failure(error: SorobanRpcRequestError)
View on GitHub
Install in Dash