Class IntegrationApiError

All Implemented Interfaces:
DuctapeError, Serializable

public class IntegrationApiError extends RuntimeException implements DuctapeError
See Also:
  • Constructor Details

  • Method Details

    • getStatusCode

      public Integer getStatusCode()
    • 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