ErrorNode

extension ErrorNode

Extension to provide additional functionality to ErrorNode.

  • Extracts and returns an array of Detail objects from the input dictionary.

    Declaration

    Swift

    public var details: [Detail] { get }

    Return Value

    An array of Detail objects if parsing is successful, otherwise an empty array.