![JAR search and dependency download from the Maven repository](/logo.png)
com.dell.cpsd.common.rabbitmq.message.ErrorContainer Maven / Gradle / Ivy
/**
* 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
*
*/
public interface ErrorContainer
{
String getCode();
void setCode(String code);
String getMessage();
void setMessage(String detail);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy