public class ApiError { [JsonProperty("error")] public string Error { get; set; } [JsonProperty("errorCode")] public string ErrorCode { get; set ...
確定! 回上一頁