• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Adyen / adyen-java-api-library / #3755

13 Nov 2024 12:20PM CUT coverage: 12.206%. First build
#3755

push

web-flow
Merge 01fcec3b9 into 964c7f7a4

12945 of 106057 relevant lines covered (12.21%)

0.12 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/adyen/constants/ErrorTypeCodes.java
1
/*
2
 *                       ######
3
 *                       ######
4
 * ############    ####( ######  #####. ######  ############   ############
5
 * #############  #####( ######  #####. ######  #############  #############
6
 *        ######  #####( ######  #####. ######  #####  ######  #####  ######
7
 * ###### ######  #####( ######  #####. ######  #####  #####   #####  ######
8
 * ###### ######  #####( ######  #####. ######  #####          #####  ######
9
 * #############  #############  #############  #############  #####  ######
10
 *  ############   ############  #############   ############  #####  ######
11
 *                                      ######
12
 *                               #############
13
 *                               ############
14
 *
15
 * Adyen Java API Library
16
 *
17
 * Copyright (c) 2018 Adyen B.V.
18
 * This file is open source and available under the MIT license.
19
 * See the LICENSE file for more info.
20
 */
21

22
package com.adyen.constants;
23

24
public interface ErrorTypeCodes {
25
    Integer FIELD_MISSING = 1;
×
26
    Integer EMAIL_INVALID = 2;
×
27
    Integer COUNTRY_INVALID = 3;
×
28
    Integer CONTAINS_NUMBERS = 4;
×
29
    Integer WEB_ADDRESS_INVALID = 5;
×
30
    Integer INVALID_DATE_FORMAT = 6;
×
31
    Integer DATE_OUT_OF_RANGE = 7;
×
32
    Integer BANK_DETAILS_INVALID = 8;
×
33
    Integer POSTAL_CODE_INVALID = 9;
×
34
    Integer STATE_CODE_INVALID = 10;
×
35
    Integer STATE_CODE_UNKNOWN = 11;
×
36
    Integer PHONE_NUMBER_OBJECT = 12;
×
37
    Integer PHONE_NUMBER_INVALID = 13;
×
38
    Integer PHONE_NUMBER_TOO_SHORT = 14;
×
39
    Integer COUNTRY_NOT_SUPPORTED = 15;
×
40
    Integer INVALID_CURRENCY = 16;
×
41
    Integer IBAN_AND_ACCOUNT_NUMBER = 17;
×
42
    Integer BANK_CODE_UNKNOWN = 18;
×
43
    Integer TIER_NUMBER_INVALID = 19;
×
44
    Integer FORBIDDEN_FIELD = 20;
×
45
    Integer INVALID_ACCOUNT_DESCRIPTION = 21;
×
46
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc