diff options
author | Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> | 2020-06-10 21:25:13 -0400 |
---|---|---|
committer | Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> | 2020-06-10 21:25:13 -0400 |
commit | 726a1ff5748a7debf284377b39ce3de2f72b7f4f (patch) | |
tree | 17d95e463c4c1b1e31e51d6cf5e027906ebb666c /gnu-taler-error-codes/ts.header | |
parent | d9a74736b8de37a157ffbaa6c917384b0b565034 (diff) |
generation of taler error codes in kotlin and typescript
Diffstat (limited to 'gnu-taler-error-codes/ts.header')
-rw-r--r-- | gnu-taler-error-codes/ts.header | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnu-taler-error-codes/ts.header b/gnu-taler-error-codes/ts.header new file mode 100644 index 0000000..21c7178 --- /dev/null +++ b/gnu-taler-error-codes/ts.header @@ -0,0 +1,24 @@ +/* + This file is part of GNU Taler + Copyright (C) 2012-2020 Taler Systems SA + + GNU Taler is free software: you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation, either version 3 of the License, + or (at your option) any later version. + + GNU Taler is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + + SPDX-License-Identifier: LGPL3.0-or-later + + Note: the LGPL does not apply to all components of GNU Taler, + but it does apply to this file. + */ + +export enum TalerErrorCode { |