comparison Framework/StoneException.h @ 318:3a4ca166fafa am-2

ImageAccessor refactoring + implemented Image Cache in SmartLoader
author am@osimis.io
date Mon, 08 Oct 2018 17:10:08 +0200
parents be2660b6e40a
children b70e9be013e4
comparison
equal deleted inserted replaced
317:b66d13708f40 318:3a4ca166fafa
34 ErrorCode_NotImplemented, // case not implemented 34 ErrorCode_NotImplemented, // case not implemented
35 35
36 ErrorCode_PromiseSingleSuccessHandler, // a Promise can only have a single success handler 36 ErrorCode_PromiseSingleSuccessHandler, // a Promise can only have a single success handler
37 ErrorCode_PromiseSingleFailureHandler, // a Promise can only have a single failure handler 37 ErrorCode_PromiseSingleFailureHandler, // a Promise can only have a single failure handler
38 38
39 ErrorCode_CanOnlyAddOneLayerAtATime,
39 ErrorCode_CommandJsonInvalidFormat, 40 ErrorCode_CommandJsonInvalidFormat,
40 ErrorCode_Last 41 ErrorCode_Last
41 }; 42 };
42 43
43 44