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

com.disdar.api.model.ErrorCode Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package com.disdar.api.model;

/**
 * An enumeration class for error codes.
 */
public enum ErrorCode {
    INTERNAL_ERROR,
    FILE_NOT_FOUND,
    UNPROCESSABLE_ENTITY,
    UNSUPPORTED_MEDIA_TYPE,
    FILE_SIZE_LIMIT,
    PAGE_COUNT_LIMIT
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy