
#import <Foundation/Foundation.h>

@interface ErrorUtility : NSObject
    +(NSDictionary*_Nonnull)errorToDictionary:(NSError*_Nonnull)error;
@end
