namespace AIStudio.Provider; public enum ProviderRequestFailureReason { NONE, INSUFFICIENT_QUOTA, TOO_MANY_REQUESTS, }