summaryrefslogtreecommitdiffstats
path: root/spec/rtems/fatal/if/internal-error-text.yml
blob: 2931b11d28e721ba2f09c6543aa0eb73fa6ede95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
brief: |
  Returns a descriptive text for the internal error code.
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
definition:
  default:
    attributes: null
    body: null
    params:
    - ${../../userext/if/fatal-code:/name} ${.:/params[0]/name}
    return: const char *
  variants: []
description: null
enabled-by: true
index-entries:
- fatal error
interface-type: function
links:
- role: interface-placement
  uid: header
- role: interface-ingroup
  uid: group
- role: constraint
  uid: /constraint/directive-not-pre-qualified
- role: constraint
  uid: /constraint/directive-ctx-any
name: rtems_internal_error_text
notes: null
params:
- description: |
    is the internal error code.
  dir: null
  name: internal_error_code
return:
  return: |
    Returns a descriptive text for the internal error code.  The text for the
    internal error code is the enumerator constant name.
  return-values:
  - description: |
      The ${.:/params[0]/name} parameter value was not an internal error code.
    value: '"?"'
type: interface