Class ShipEngineApiError


  • public class ShipEngineApiError
    extends Object
    Holds error data from the ShipEngine response. Supports a map of dynamic fields.
    • Constructor Detail

      • ShipEngineApiError

        public ShipEngineApiError()
    • Method Detail

      • getErrorSource

        public String getErrorSource()
      • getErrorType

        public String getErrorType()
      • getErrorCode

        public String getErrorCode()
      • getMessage

        public String getMessage()
      • setErrorSource

        public void setErrorSource​(String errorSource)
      • setErrorType

        public void setErrorType​(String errorType)
      • setErrorCode

        public void setErrorCode​(String errorCode)
      • setMessage

        public void setMessage​(String message)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object