Skip to content

Commit

Permalink
Improved the startup performance when AppLogic, ChildRecordFinder or …
Browse files Browse the repository at this point in the history
…MessageRenderer configurations exist
  • Loading branch information
rob-baillie-ortoo committed Apr 20, 2022
1 parent a82924a commit 75e4e54
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ public inherited sharing class FrameworkErrorCodes {

public final static String OBJECT_UTILS_GET_CLASS_TYPE_UNABLE = 'UTILS-0000000';

public final static String FACTORY_NO_IMPLEMENTATION_REGISTERED = 'FACTORY-00000';
public final static String FACTORY_NO_PARAMETERLESS_CONSTRUCTOR = 'FACTORY-00002';
public final static String FACTORY_NO_IMPLEMENTATION_REGISTERED = 'FACTORY-00000';
public final static String FACTORY_INVALID_IMPLEMENTATION_REGISTERED = 'FACTORY-00001';
public final static String FACTORY_NO_PARAMETERLESS_CONSTRUCTOR = 'FACTORY-00002';

public final static String VALIDATOR_NO_IMPLEMENTATION_REGISTERED_FOR_SINGLE = 'FACTORY-V-00000';
public final static String VALIDATOR_NO_IMPLEMENTATION_REGISTERED_FOR_LIST = 'FACTORY-V-00001';
Expand Down

0 comments on commit 75e4e54

Please sign in to comment.