Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
add more exception type (#2357)
Browse files Browse the repository at this point in the history
  • Loading branch information
KayMKM authored and ryanisgrig committed Oct 10, 2019
1 parent 6d9704a commit ef2bd1e
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ public enum SkillExceptionType
/// </summary>
AccountNotActivated,

/// <summary>
/// Bad Request returned when calling external APIs
/// </summary>
APIBadRequest,

/// <summary>
/// Unauthorized returned when calling external APIs
/// </summary>
APIUnauthorized,

/// <summary>
/// Forbidden returned when calling external APIs
/// </summary>
APIForbidden,

/// <summary>
/// Other types of exceptions
/// </summary>
Expand Down

0 comments on commit ef2bd1e

Please sign in to comment.