ArrayResponseError

public struct ArrayResponseError : Decodable

Sometimes, when links are unresolvable (for instance, when a linked entry is not published), the API will return an array of errors, one for each unresolvable link.

  • Sys

    The system fields of the error.

    See more

    Declaration

    Swift

    public struct Sys : Decodable
  • System fields for the unresolvable link.

    Declaration

    Swift

    public let details: Link.Sys
  • sys

    System fields describing the type of this object (“error”) and the error message: generally “notResolvable”.

    Declaration

    Swift

    public let sys: ArrayResponseError.Sys