Package de.hybris.platform.b2b.punchout
Class PunchOutResponseCode
java.lang.Object
de.hybris.platform.b2b.punchout.PunchOutResponseCode
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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Request has invalid content.static final StringDeprecated, 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 StringDeprecated, for removal: This API element is subject to removal in a future version.Authentication failed.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Access to resource was forbidden.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generic error.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Successful response. -
Method Summary
-
Field Details
-
SUCCESS
Deprecated, for removal: This API element is subject to removal in a future version.Successful response.- See Also:
-
ERROR_CODE_AUTH_FAILED
Deprecated, for removal: This API element is subject to removal in a future version.Authentication failed.- See Also:
-
FORBIDDEN
Deprecated, for removal: This API element is subject to removal in a future version.Access to resource was forbidden.- See Also:
-
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
Deprecated, for removal: This API element is subject to removal in a future version.Request has invalid content.- See Also:
-
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:
-