info.freelibrary.vertx.s3.MessageCodes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-super-s3 Show documentation
Show all versions of vertx-super-s3 Show documentation
An S3 client library for the Vert.x toolkit
package info.freelibrary.vertx.s3;
/**
* BEGIN GENERATED CODE
*/
final public class MessageCodes {
/**
* Message: Length: {}
*/
public static final String SS3_004 = "SS3-004";
/**
* Message: The metadata property name cannot be null.
*/
public static final String SS3_003 = "SS3-003";
/**
* Message: Please supply your own S3 access and secret keys for testing
*/
public static final String SS3_002 = "SS3-002";
/**
* Message: {} request for '{}' returned '{}': {}
*/
public static final String SS3_001 = "SS3-001";
/**
* Message: {}
*/
public static final String SS3_000 = "SS3-000";
private MessageCodes() {
super();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy