Back to Kitura

DecodingError

docs/docsets/Kitura.docset/Contents/Resources/Documents/Extensions/DecodingError.html

3.0.1438 B
Original Source

DecodingError

extension DecodingError

DecodingError Extension to print human readable error messages for clients

`

                humanReadableDescription
                `

Returns a human readable error description from a DecodingError, useful for returning back to clients to help them debug their malformed JSON objects.

Declaration

Swift

public var humanReadableDescription: String { get }