package board type statusListEmptyError struct{} func (e statusListEmptyError) Error() string { return "the status list must not be empty" }