Eiffel.framework.api_error.mustache Maven / Gradle / Ivy
{{>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