diff --git a/sdk/csharp/libraries/microsoft.bot.builder.solutions.skills/SkillException.cs b/sdk/csharp/libraries/microsoft.bot.builder.solutions.skills/SkillException.cs index 425cedbe23..37713aa8c7 100644 --- a/sdk/csharp/libraries/microsoft.bot.builder.solutions.skills/SkillException.cs +++ b/sdk/csharp/libraries/microsoft.bot.builder.solutions.skills/SkillException.cs @@ -14,6 +14,21 @@ public enum SkillExceptionType /// AccountNotActivated, + /// + /// Bad Request returned when calling external APIs + /// + APIBadRequest, + + /// + /// Unauthorized returned when calling external APIs + /// + APIUnauthorized, + + /// + /// Forbidden returned when calling external APIs + /// + APIForbidden, + /// /// Other types of exceptions ///