Skip to content

cep.errors #

struct CepError #

pub struct CepError {
	Error
pub:
	message string
	@type   string
	name    string
	errors  []struct {
	pub:
		name    string
		message string
		service string
	}
}

fn (CepError) msg #

pub fn (err CepError) msg() string