:Error

type Error = {
	Text: string?
}

Example usage:

:Error({
    Text = "Hello world!"
})

Last updated