PLVWErrorManagerProtocol

Objective-C

@protocol PLVWErrorManagerProtocol <NSObject>

@optional

- (NSString *)customLocalizedDescriptionWithModul:(PLVFErrorCodeModul)modul code:(NSInteger)code;

- (NSString *)customHelpAnchorErrorWithModul:(PLVFErrorCodeModul)modul code:(NSInteger)code;

@end

Swift

protocol PLVWErrorManagerProtocol : NSObjectProtocol

Undocumented

  • Undocumented

    Declaration

    Objective-C

    - (NSString *)customLocalizedDescriptionWithModul:(PLVFErrorCodeModul)modul code:(NSInteger)code;

    Swift

    optional func customLocalizedDescription(withModul modul: Any!, code: Int) -> String
  • Undocumented

    Declaration

    Objective-C

    - (NSString *)customHelpAnchorErrorWithModul:(PLVFErrorCodeModul)modul code:(NSInteger)code;

    Swift

    optional func customHelpAnchorError(withModul modul: Any!, code: Int) -> String