healthCheckFailed constant

  1. @BuiltValueEnumConst(wireName: r'health_check_failed')
AptosErrorCode const healthCheckFailed

These codes provide more granular error information beyond just the HTTP status code of the response.

Implementation

@BuiltValueEnumConst(wireName: r'health_check_failed')
static const AptosErrorCode healthCheckFailed = _$healthCheckFailed;