Skip to content

GpaGetStatusAsStr

Copyright (c) 2018-2021 Advanced Micro Devices, Inc. All rights reserved.

Syntax

const char* GpaGetStatusAsStr(
GpaStatus status);

Description

Gets a string representation of the specified GPA status value. Provides a simple method to convert a GpaStatus value into a string which can be used to display log messages. When an error is returned from a GPA function, GPA will also output more information about the error to a logging function if one has been registered using GpaRegisterLoggingCallback.

Parameters

NameDescription
statusThe status whose string representation is needed.

Return value

A string which briefly describes the specified status. If the specified status is unknown, this function will return either “Unknown Status” or “Unknown Error”.