diff --git a/src/error/category.ts b/src/error/category.ts index 1c7cd363..3f351423 100644 --- a/src/error/category.ts +++ b/src/error/category.ts @@ -41,7 +41,10 @@ const Category: CategoryType = { GEO_LOCATION: 13, /** Media is unavailable error. */ - MEDIA_UNAVAILABLE: 14 + MEDIA_UNAVAILABLE: 14, + + /** IP restriction error. */ + IP_RESTRICTED: 15 }; export {Category};