Enum json_patch::PatchError [] [src]

pub enum PatchError {
    InvalidPointer,
    TestFailed,
}

This type represents all possible errors that can occur when applying JSON patch

Variants

One of the paths in the patch is invalid

'test' operation failed

Trait Implementations

impl Debug for PatchError
[src]

[src]

Formats the value using the given formatter.

impl Error for PatchError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl Display for PatchError
[src]

[src]

Formats the value using the given formatter. Read more