All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dell.cpsd.common.rabbitmq.message.ErrorContainer Maven / Gradle / Ivy

The newest version!
/**
 * Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved. Dell EMC Confidential/Proprietary Information
 */

package com.dell.cpsd.common.rabbitmq.message;

/**
 * Basic interface for an error in error response.
 * 

* Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved. Dell EMC Confidential/Proprietary Information *

*/ /** * The class is deprecated as it will be moved to amqp-contract-extension repo, The implementation will be provided in the next release of * common-messaging-parent and amqp-contract-extension */ @Deprecated public interface ErrorContainer { String getCode(); void setCode(String code); String getMessage(); void setMessage(String detail); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy