Class ErrorMapper

java.lang.Object
com.protegrity.ap.java.ErrorMapper

public class ErrorMapper extends Object
Maps error messages to standardized error codes and descriptions.

This class maintains a comprehensive mapping of error messages from the Protegrity protection services to standardized error codes and descriptions for consistent error handling.

Since:
1.0.1
  • Field Details

    • ERROR_MAPPING

      public static final Map<String,String> ERROR_MAPPING
      Static mapping of error messages to error codes and descriptions.
  • Constructor Details

    • ErrorMapper

      public ErrorMapper()
  • Method Details