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