Class PunchOutResponseCode

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

@Deprecated(since="2211", forRemoval=true) public class PunchOutResponseCode extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Please use #org.springframework.http.HttpStatus instead
PunchOut protocol response codes.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Request has invalid content.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    The current state of the server or its internal data prevented the (update) operation request.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Authentication failed.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Access to resource was forbidden.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Generic error.
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Successful response.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SUCCESS

      public static final String SUCCESS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Successful response.
      See Also:
    • ERROR_CODE_AUTH_FAILED

      public static final String ERROR_CODE_AUTH_FAILED
      Deprecated, for removal: This API element is subject to removal in a future version.
      Authentication failed.
      See Also:
    • FORBIDDEN

      public static final String FORBIDDEN
      Deprecated, for removal: This API element is subject to removal in a future version.
      Access to resource was forbidden.
      See Also:
    • CONFLICT

      public static final String CONFLICT
      Deprecated, for removal: This API element is subject to removal in a future version.
      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
      Deprecated, for removal: This API element is subject to removal in a future version.
      Request has invalid content.
      See Also:
    • INTERNAL_SERVER_ERROR

      public static final String INTERNAL_SERVER_ERROR
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generic error. When other error codes does not apply.
      See Also: