Skip to content

Commit

Permalink
feat: update execution error list
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielpanga committed Jun 23, 2022
1 parent d1d74c4 commit d46b52b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Pluggy.SDK/Model/ExecutionError.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using Newtonsoft.Json;
using Newtonsoft.Json;

namespace Pluggy.SDK.Model
{
Expand All @@ -22,5 +21,8 @@ public static class ExecutionErrorCode
public const string UNEXPECTED_ERROR = "UNEXPECTED_ERROR";
public const string ACCOUNT_NEEDS_ACTION = "ACCOUNT_NEEDS_ACTION";
public const string CONNECTION_ERROR = "CONNECTION_ERROR";
public const string USER_AUTHORIZATION_PENDING = "USER_AUTHORIZATION_PENDING";
public const string USER_AUTHORIZATION_NOT_GRANTED = "USER_AUTHORIZATION_NOT_GRANTED";
public const string USER_INPUT_TIMEOUT = "USER_INPUT_TIMEOUT";
}
}

0 comments on commit d46b52b

Please sign in to comment.