blob: b1de09f888636e2ced4e7f75c47d1c00fb6f3bdd [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*/
/*
* This file describes the definitions of the Error Messages that can occur
* when invoking Apache Airavata Services through the API. In addition Thrift provides
* built in funcationality to raise TApplicationException for all internal server errors.
*/
namespace java org.apache.airavata.registry.api.exception
namespace php Airavata.Registry.API.Error
exception RegistryServiceException {
1: required string message
}