All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Eiffel.framework.api_error.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
{{>noteinfo}}

class
	API_ERROR

create
	make

feature {NONE} -- Initialization

	make (a_error: READABLE_STRING_GENERAL)
		do
			error := a_error
		ensure
			error_set: error = a_error
		end

feature -- Access

	error: READABLE_STRING_GENERAL
		-- Error generated by the API call.

end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy