---
title: es_result_type_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_result_type_t
---

# es_result_type_t

A type that indicates the type of a message’s result.

## Declaration

```swift
struct es_result_type_t
```

## Topics

### Result Types

- [ES_RESULT_TYPE_AUTH](endpointsecurity/es_result_type_auth.md)
- [ES_RESULT_TYPE_FLAGS](endpointsecurity/es_result_type_flags.md)

### Initializers

- [init(_:)](endpointsecurity/es_result_type_t/init(_:).md)
- [init(rawValue:)](endpointsecurity/es_result_type_t/init(rawvalue:).md)

### Instance Properties

- [rawValue](endpointsecurity/es_result_type_t/rawvalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)

## See Also

### Inspecting Result Properties

- [result](endpointsecurity/es_result_t/result.md)
- [result_type](endpointsecurity/es_result_t/result_type.md)
