Skip to content

Commit

Permalink
Twelve: Introduce MediaError.DESERIALIZATION
Browse files Browse the repository at this point in the history
For JSON API failures.

Change-Id: I5e1b9c4635642195010743594f5a9834f16801db
  • Loading branch information
luca020400 committed Nov 28, 2024
1 parent 4c4ef92 commit 4265a30
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ enum class MediaError {
* Value returned on write requests: The value already exists.
*/
ALREADY_EXISTS,

/**
* Response deserialization error.
*/
DESERIALIZATION,
}

0 comments on commit 4265a30

Please sign in to comment.