Class: Service::Album::Api::AlbumException

Inherits:
Thrift::Exception
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/service_album_api/album_facade_types.rb

Constant Summary collapse

ERRORCODE =
1
MESSAGE =
2
FIELDS =
{
  ERRORCODE => {:type => ::Thrift::Types::I32, :name => 'errorCode'},
  MESSAGE => {:type => ::Thrift::Types::STRING, :name => 'message'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



70
# File 'lib/service_album_api/album_facade_types.rb', line 70

def struct_fields; FIELDS; end

#validateObject



72
73
# File 'lib/service_album_api/album_facade_types.rb', line 72

def validate
end