Class PunchOutResponseCode

java.lang.Object
de.hybris.platform.b2b.punchout.PunchOutResponseCode

public class PunchOutResponseCode extends Object
PunchOut protocol response codes.
  • Field Details

    • SUCCESS

      public static final String SUCCESS
      Successful response.
      See Also:
    • ERROR_CODE_AUTH_FAILED

      public static final String ERROR_CODE_AUTH_FAILED
      Authentication failed.
      See Also:
    • FORBIDDEN

      public static final String FORBIDDEN
      Access to resource was forbidden.
      See Also:
    • CONFLICT

      public static final String CONFLICT
      The current state of the server or its internal data prevented the (update) operation request. An identical Request is unlikely to succeed in the future, but only after another operation has executed, if at all.
      See Also:
    • BAD_REQUEST

      public static final String BAD_REQUEST
      Request has invalid content.
      See Also:
    • INTERNAL_SERVER_ERROR

      public static final String INTERNAL_SERVER_ERROR
      Generic error. When other error codes does not apply.
      See Also: