Class ErrorResponse NamespaceSupabase.Storage AssemblySupabase.Storage.dll public class ErrorResponse Inheritance object ErrorResponse Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Extension Methods DictionaryExtensions.MergeLeft<T, K, V>(T, params IDictionary<K, V>[]) Properties Message [JsonProperty("message")] public string? Message { get; set; } Property Value string StatusCode [JsonProperty("statusCode")] public int StatusCode { get; set; } Property Value int