Table of Contents

Class ErrorResponse

Namespace
Supabase.Storage
Assembly
Supabase.Storage.dll
public class ErrorResponse
Inheritance
ErrorResponse
Inherited Members

Properties

Message

[JsonProperty("message")]
public string? Message { get; set; }

Property Value

string

StatusCode

[JsonProperty("statusCode")]
public int StatusCode { get; set; }

Property Value

int