Current section
Files
Jump to
Current section
Files
include/kaa_error.hrl
%% -*- coding: utf-8 -*-
%% Automatically generated, do not edit
%% Generated by gpb_compile version 4.7.1
-ifndef(kaa_error).
-define(kaa_error, true).
-define(kaa_error_gpb_version, "4.7.1").
-ifndef('KAAERROR_PB_H').
-define('KAAERROR_PB_H', true).
-record('KaaError',
{error :: iolist(), % = 1
description :: iolist() | undefined % = 2
}).
-endif.
-endif.