com.roubsite.RoubSiteFS.msg.ResponseStatusEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of RoubSiteFS Show documentation
Show all versions of RoubSiteFS Show documentation
A lightweight fragmented storage service
The newest version!
package com.roubsite.RoubSiteFS.msg;
public class ResponseStatusEnum {
public static final int notFound = 404;
public static final int success = 200;
public static final int systemError = 500;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy