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

com.lookfirst.wepay.WePayError Maven / Gradle / Ivy

The newest version!
package com.lookfirst.wepay;

/**
 * Known error codes.  Because wepay might add additional codes, this is not guaranteed to be an exhaustive list.
 */
public enum WePayError {
	invalid_request,
	access_denied,
	invalid_scope,
	invalid_client,
	processing_error;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy