Skip to content

PapyrusValidationError

Josh Wright edited this page Jan 13, 2021 · 3 revisions

PapyrusValidationError

An error related to decoding a type from a DecodableRequest.

public struct PapyrusValidationError: Error

Inheritance

Error, ResponseConvertible

Initializers

init(_:)

Create an error with the specified message.

public init(_ message: String)

Parameters

  • message: What went wrong.

Properties

message

What went wrong.

let message: String

Methods

convert()

public func convert() throws -> EventLoopFuture<Response>
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally