mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-17 17:12:11 +00:00
8 lines
131 B
C#
8 lines
131 B
C#
namespace AIStudio.Provider;
|
|
|
|
public enum ProviderRequestFailureReason
|
|
{
|
|
NONE,
|
|
INSUFFICIENT_QUOTA,
|
|
TOO_MANY_REQUESTS,
|
|
} |