enum class HttpErrorCode derives from int

This commit is contained in:
Benjamin Sergeant 2019-05-15 16:50:00 -07:00
parent aed831c075
commit 12fe55905c
14 changed files with 359 additions and 359 deletions

View File

@ -19,7 +19,7 @@
namespace ix
{
enum class HttpErrorCode
enum class HttpErrorCode : int
{
Ok = 0,
CannotConnect = 1,