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

com.arextest.storage.model.ArexStorageResponseCode Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package com.arextest.storage.model;

import com.arextest.common.model.response.ResponseCode_New;

public class ArexStorageResponseCode extends ResponseCode_New {




  // app auth error codes start with 105xxx, shared with arex-saas-api
  // com.arextest.web.common.exception.ArexApiResponseCode
  public static final int APP_AUTH_NO_APP_ID = 105001;
  public static final int APP_AUTH_ERROR_APP_ID = 105002;
  public static final int APP_AUTH_NO_PERMISSION = 105003;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy