syntax = "proto3"; package helloworld; option go_package = "bkb-payment/api"; enum ErrorReason { GREETER_UNSPECIFIED = 0; USER_NOT_FOUND = 1; }