Class ResilienceError

All Implemented Interfaces:
DuctapeError, Serializable

public class ResilienceError extends RuntimeException implements DuctapeError
TS parity: resilience.service.ts / sub-services HealthcheckError, QuotaError, FallbackError.
See Also:
  • Constructor Details

  • Method Details

    • code

      public String code()
      Description copied from interface: DuctapeError
      Stable machine-readable code, suitable for logs and API envelopes.
      Specified by:
      code in interface DuctapeError
    • details

      public Map<String,Object> details()
      Description copied from interface: DuctapeError
      Optional structured details; implementations may return an empty map.
      Specified by:
      details in interface DuctapeError