Skip to content

PapyrusError

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

PapyrusError

A Papyrus related error.

public struct PapyrusError: Error

Inheritance

Error

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
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally