com.disdar.api.model.ErrorCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of disdar-api-client-java Show documentation
Show all versions of disdar-api-client-java Show documentation
A simple Java client for the DISDAR extraction service
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