Skip to content

Commit

Permalink
fix: update client error schema to support schema errors (box/box-ope…
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build committed Oct 22, 2024
1 parent 85437d5 commit 3ec5dd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .codegen.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "engineHash": "2443714", "specHash": "9f75129", "version": "1.3.0" }
{ "engineHash": "2443714", "specHash": "abd6037", "version": "1.3.0" }
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@

namespace Box.Sdk.Gen.Schemas {
public class ClientErrorContextInfoField : ISerializable {
/// <summary>
/// More details on the error.
/// </summary>
[JsonPropertyName("message")]
public string? Message { get; init; }

public ClientErrorContextInfoField() {

}
internal string? RawJson { get; set; } = default;

void ISerializable.SetJson(string json) {
Expand Down

0 comments on commit 3ec5dd3

Please sign in to comment.