// Copyright 2020-2022 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0
use Serialize;
/// A marker trait to represent the data that can be included into `ErrorBody`.
/// Describes the response body of a unsuccessful HTTP request.
/// Describes the default error format.