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 pointers in the patch is invalid

'test' operation failed

Trait Implementations

impl Debug for PatchError
[src]

Formats the value using the given formatter. Read more

impl Error for PatchError
[src]

This method is soft-deprecated. Read more

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

impl Display for PatchError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PatchError

impl Sync for PatchError